Html Css Color HEX #BBC5CB Heather

📋 copy color: '#BBC5CB'

red 187 ◦ green 197 ◦ blue 203

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

Shades of Heather #BBC5CB

Tints of Heather #BBC5CB

RGB

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

 GREEN value IS 197 (77.34% from 255) = 33.56%

 BLUE value IS 203 (79.69% from 255) = 34.58%

R = 31.86%
G = 33.56%
B = 34.58%

CMYK

 C value IS 0.08

 M value IS 0.03

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BBC5CB (or 0xBBC5CB) is known color: Heather. HEX triplet: BB, C5 and CB. RGB value is (187,197,203). Sum of RGB (Red+Green+Blue) = 187+197+203=587 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.86% from 587); Green value is 197 (77.34% from 255 or 33.56% from 587); Blue value is 203 (79.69% from 255 or 34.58% from 587); Max value from RGB is 203 - color contains mainly: blue. Hex color #BBC5CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC5CB is #443A34. Grayscale: #C2C2C2. Windows color (decimal): -4471349 or 13354427. OLE color: 13354427.

HSL color Cylindrical-coordinate representation of color #BBC5CB: hue angle of 202.5º degrees, saturation: 0.13, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BBC5CB is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 187 197 203 -
CMYK 0.08 0.03 0 0.20
HSL 202.5º 0.13% 0.76% -
HSV(B) 202.5º 0.08% 0.8% -
XYZ 51.24 54.81 64.38 -
YUV 194.69 132.69 122.51 -
System Red Green Blue C M Y K H S L
Decimal 187 197 203 0.08 0.03 0 0.20 202.5 0.13 0.76
Hex BB C5 CB 8 3 0 14 CA D 4C
Octal 273 305 313 10 3 0 24 312 15 114
Binary 10111011 11000101 11001011 1000 11 0 10100 11001010 1101 1001100

Color Harmonies of #BBC5CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC5CB

Black with #BBC5CB

Text Example


Text Example

White with #BBC5CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC5CB; }

 p { color: rgb(187,197,203); }

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

background-color css

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

 a { background-color: rgb(187,197,203); }

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

border-color css

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

 span { border-color: rgb(187,197,203); }

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