Html Css Color HEX #BBC4C9 Heather

📋 copy color: '#BBC4C9'

red 187 ◦ green 196 ◦ blue 201

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

Shades of Heather #BBC4C9

Tints of Heather #BBC4C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 34.42%

R = 32.02%
G = 33.56%
B = 34.42%

CMYK

 C value IS 0.07

 M value IS 0.02

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BBC4C9 (or 0xBBC4C9) is known color: Heather. HEX triplet: BB, C4 and C9. RGB value is (187,196,201). Sum of RGB (Red+Green+Blue) = 187+196+201=584 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.02% from 584); Green value is 196 (76.95% from 255 or 33.56% from 584); Blue value is 201 (78.91% from 255 or 34.42% from 584); Max value from RGB is 201 - color contains mainly: blue. Hex color #BBC4C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC4C9 is #443B36. Grayscale: #C1C1C1. Windows color (decimal): -4471607 or 13223099. OLE color: 13223099.

HSL color Cylindrical-coordinate representation of color #BBC4C9: hue angle of 201.43º degrees, saturation: 0.11, 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 #BBC4C9 is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 187 196 201 -
CMYK 0.07 0.02 0 0.21
HSL 201.43º 0.11% 0.76% -
HSV(B) 201.43º 0.07% 0.79% -
XYZ 50.78 54.26 63.06 -
YUV 193.88 132.02 123.09 -
System Red Green Blue C M Y K H S L
Decimal 187 196 201 0.07 0.02 0 0.21 201.43 0.11 0.76
Hex BB C4 C9 7 2 0 15 C9 B 4C
Octal 273 304 311 7 2 0 25 311 13 114
Binary 10111011 11000100 11001001 111 10 0 10101 11001001 1011 1001100

Color Harmonies of #BBC4C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC4C9

Black with #BBC4C9

Text Example


Text Example

White with #BBC4C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC4C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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