Html Css Color HEX #BBC4CA Heather

📋 copy color: '#BBC4CA'

red 187 ◦ green 196 ◦ blue 202

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

Shades of Heather #BBC4CA

Tints of Heather #BBC4CA

RGB

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

 GREEN value IS 196 (76.95% from 255) = 33.5%

 BLUE value IS 202 (79.3% from 255) = 34.53%

R = 31.97%
G = 33.5%
B = 34.53%

CMYK

 C value IS 0.07

 M value IS 0.03

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BBC4CA (or 0xBBC4CA) is known color: Heather. HEX triplet: BB, C4 and CA. RGB value is (187,196,202). Sum of RGB (Red+Green+Blue) = 187+196+202=585 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.97% from 585); Green value is 196 (76.95% from 255 or 33.50% from 585); Blue value is 202 (79.30% from 255 or 34.53% from 585); Max value from RGB is 202 - color contains mainly: blue. Hex color #BBC4CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC4CA is #443B35. Grayscale: #C1C1C1. Windows color (decimal): -4471606 or 13288635. OLE color: 13288635.

HSL color Cylindrical-coordinate representation of color #BBC4CA: hue angle of 204º degrees, saturation: 0.12, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BBC4CA is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 187 196 202 -
CMYK 0.07 0.03 0 0.21
HSL 204º 0.12% 0.76% -
HSV(B) 204º 0.07% 0.79% -
XYZ 50.89 54.31 63.68 -
YUV 193.99 132.52 123.01 -
System Red Green Blue C M Y K H S L
Decimal 187 196 202 0.07 0.03 0 0.21 204 0.12 0.76
Hex BB C4 CA 7 3 0 15 CC C 4C
Octal 273 304 312 7 3 0 25 314 14 114
Binary 10111011 11000100 11001010 111 11 0 10101 11001100 1100 1001100

Color Harmonies of #BBC4CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC4CA

Black with #BBC4CA

Text Example


Text Example

White with #BBC4CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC4CA; }

 p { color: rgb(187,196,202); }

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

background-color css

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

 a { background-color: rgb(187,196,202); }

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

border-color css

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

 span { border-color: rgb(187,196,202); }

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