Html Css Color HEX #BBC8CD Heather

📋 copy color: '#BBC8CD'

red 187 ◦ green 200 ◦ blue 205

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

Shades of Heather #BBC8CD

Tints of Heather #BBC8CD

RGB

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

 GREEN value IS 200 (78.52% from 255) = 33.78%

 BLUE value IS 205 (80.47% from 255) = 34.63%

R = 31.59%
G = 33.78%
B = 34.63%

CMYK

 C value IS 0.09

 M value IS 0.02

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BBC8CD (or 0xBBC8CD) is known color: Heather. HEX triplet: BB, C8 and CD. RGB value is (187,200,205). Sum of RGB (Red+Green+Blue) = 187+200+205=592 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.59% from 592); Green value is 200 (78.52% from 255 or 33.78% from 592); Blue value is 205 (80.47% from 255 or 34.63% from 592); Max value from RGB is 205 - color contains mainly: blue. Hex color #BBC8CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC8CD is #443732. Grayscale: #C4C4C4. Windows color (decimal): -4470579 or 13486267. OLE color: 13486267.

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

Color convert

RGB 187 200 205 -
CMYK 0.09 0.02 0 0.20
HSL 196.67º 0.15% 0.77% -
HSV(B) 196.67º 0.09% 0.8% -
XYZ 52.17 56.28 65.87 -
YUV 196.68 132.69 121.09 -
System Red Green Blue C M Y K H S L
Decimal 187 200 205 0.09 0.02 0 0.20 196.67 0.15 0.77
Hex BB C8 CD 9 2 0 14 C5 F 4D
Octal 273 310 315 11 2 0 24 305 17 115
Binary 10111011 11001000 11001101 1001 10 0 10100 11000101 1111 1001101

Color Harmonies of #BBC8CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC8CD

Black with #BBC8CD

Text Example


Text Example

White with #BBC8CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC8CD; }

 p { color: rgb(187,200,205); }

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

background-color css

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

 a { background-color: rgb(187,200,205); }

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

border-color css

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

 span { border-color: rgb(187,200,205); }

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