Color Hex Logo

#bbc8ca Color Hex

#BBC8CA
(187,200,202)
0 Favorites   0 Comments

Color spaces of #bbc8ca

RGB 187200202
HSL0.520.120.76
HSV188°79°
CMYK 0.070.010.00   0.21
XYZ51.808556.137663.9822
Yxy56.13760.30130.3265
Hunter Lab74.9250-7.69121.8168
CIE-Lab79.6921-4.0296-2.5323

#bbc8ca color RGB value is (187,200,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001000 11001010
Octal 273 310 312
Decimal 187 200 202
Hex BB C8 CA

RGB Percentages of Color #bbc8ca

%31.75
%33.96
%34.30

CMYK Percentages of Color #bbc8ca

%7
%1
%0
%21

Triadic Colors of #bbc8ca

#bbc8ca #cabbc8 #c8cabb

Analogous Colors of #bbc8ca

#bbc8ca #bbc1ca #bbcac5

Monochromatic Colors of #bbc8ca

#bbc8ca

Complementary Color

#bbc8ca #cabdbb

#bbc8ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc8ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc8ca Color CSS Codes

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

#bbc8ca Text Font Color

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

This sample text font color is #bbc8ca
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.


#bbc8ca Background Color

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

This div background color is #bbc8ca


#bbc8ca Border Color

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

This div border color is #bbc8ca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,200,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 #bbc8ca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc8ca

#bbc8ca Color Palettes


Comments

No comments written yet.

Please login to write comment.