Html Css Color HEX #BBC9CE Heather

📋 copy color: '#BBC9CE'

red 187 ◦ green 201 ◦ blue 206

#BBC9CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heather #BBC9CE

Tints of Heather #BBC9CE

RGB

 RED value IS 187 (73.44% from 255) = 31.48%

 GREEN value IS 201 (78.91% from 255) = 33.84%

 BLUE value IS 206 (80.86% from 255) = 34.68%

R = 31.48%
G = 33.84%
B = 34.68%

CMYK

 C value IS 0.09

 M value IS 0.02

 Y value IS 0

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BBC9CE (or 0xBBC9CE) is known color: Heather. HEX triplet: BB, C9 and CE. RGB value is (187,201,206). Sum of RGB (Red+Green+Blue) = 187+201+206=594 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.48% from 594); Green value is 201 (78.91% from 255 or 33.84% from 594); Blue value is 206 (80.86% from 255 or 34.68% from 594); Max value from RGB is 206 - color contains mainly: blue. Hex color #BBC9CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC9CE is #443631. Grayscale: #C5C5C5. Windows color (decimal): -4470322 or 13552059. OLE color: 13552059.

HSL color Cylindrical-coordinate representation of color #BBC9CE: hue angle of 195.79º degrees, saturation: 0.16, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BBC9CE is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 187 201 206 -
CMYK 0.09 0.02 0 0.19
HSL 195.79º 0.16% 0.77% -
HSV(B) 195.79º 0.09% 0.81% -
XYZ 52.52 56.79 66.59 -
YUV 197.38 132.86 120.59 -
System Red Green Blue C M Y K H S L
Decimal 187 201 206 0.09 0.02 0 0.19 195.79 0.16 0.77
Hex BB C9 CE 9 2 0 13 C4 10 4D
Octal 273 311 316 11 2 0 23 304 20 115
Binary 10111011 11001001 11001110 1001 10 0 10011 11000100 10000 1001101

Color Harmonies of #BBC9CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC9CE

Black with #BBC9CE

Text Example


Text Example

White with #BBC9CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC9CE; }

 p { color: rgb(187,201,206); }

 H1.HeaderClassName
 {
   color: #BBC9CE;
 }
 .AnyTagClassName
 {
   color: #BBC9CE;
 }
</style>

background-color css

<style>
 a { background-color: #BBC9CE; }

 a { background-color: rgb(187,201,206); }

 div.DivClassName
 {
   background-color: #BBC9CE;
 }
 .BgClassName
 {
   background-color: #BBC9CE;
 }
</style>

border-color css

<style>
 span { border-color: #BBC9CE; }

 span { border-color: rgb(187,201,206); }

 td.TdClassName
 {
   border-color: #BBC9CE;
 }
 .TagClassName
 {
   border-color: #BBC9CE;
 }
</style>