Color Hex Logo

#bbc5ca Color Hex

#BBC5CA
(187,197,202)
0 Favorites   0 Comments

Color spaces of #bbc5ca

RGB 187197202
HSL0.560.120.76
HSV200°79°
CMYK 0.070.020.00   0.21
XYZ51.120454.761663.7528
Yxy54.76160.30140.3228
Hunter Lab74.0011-6.19300.7217
CIE-Lab78.9037-2.4480-3.6910

#bbc5ca color RGB value is (187,197,202).

#bbc5ca hex color red value is 187, green value is 197 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #bbc5ca hue: 0.56 , saturation: 0.12 and the lightness value of bbc5ca is 0.76.

The process color (four color CMYK) of #bbc5ca color hex is 0.07, 0.02, 0.00, 0.21. Web safe color of #bbc5ca is #cccccc. Color #bbc5ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11000101 11001010
Octal 273 305 312
Decimal 187 197 202
Hex BB C5 CA

RGB Percentages of Color #bbc5ca

%31.91
%33.62
%34.47

CMYK Percentages of Color #bbc5ca

%7
%2
%0
%21

Triadic Colors of #bbc5ca

#bbc5ca #cabbc5 #c5cabb

Analogous Colors of #bbc5ca

#bbc5ca #bbbeca #bbcac8

Monochromatic Colors of #bbc5ca

#bbc5ca

Complementary Color

#bbc5ca #cac0bb

#bbc5ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc5ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc5ca Color CSS Codes

.mybgcolor {background-color:#bbc5ca; } 
.myforecolor {color:#bbc5ca; }
.mybordercolor {border:3px solid #bbc5ca; }

#bbc5ca Text Font Color

<p style="color:#bbc5ca">Text here</p>

This sample text font color is #bbc5ca
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#bbc5ca Background Color

<div style="background-color:#bbc5ca">
Div content here</div>

This div background color is #bbc5ca


#bbc5ca Border Color

<div style="border:3px solid #bbc5ca">
Div here</div>

This div border color is #bbc5ca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(187,197,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bbc5ca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bbc5ca;
  -webkit-box-shadow: 1px 1px 3px 2px #bbc5ca;
  box-shadow:         1px 1px 3px 2px #bbc5ca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,197,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bbc5ca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #bbc5ca;
  -webkit-box-shadow: 1px 1px 3px 2px #bbc5ca;
  box-shadow:         1px 1px 3px 2px #bbc5ca;">
Div content here</div>

This div box has shadow with color #bbc5ca


Comments

No comments written yet.

Please login to write comment.