Html Css Color HEX #BBC4C8 Heather

📋 copy color: '#BBC4C8'

red 187 ◦ green 196 ◦ blue 200

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

Shades of Heather #BBC4C8

Tints of Heather #BBC4C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 34.31%

R = 32.08%
G = 33.62%
B = 34.31%

CMYK

 C value IS 0.06

 M value IS 0.02

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BBC4C8 (or 0xBBC4C8) is known color: Heather. HEX triplet: BB, C4 and C8. RGB value is (187,196,200). Sum of RGB (Red+Green+Blue) = 187+196+200=583 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.08% from 583); Green value is 196 (76.95% from 255 or 33.62% from 583); Blue value is 200 (78.52% from 255 or 34.31% from 583); Max value from RGB is 200 - color contains mainly: blue. Hex color #BBC4C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC4C8 is #443B37. Grayscale: #C1C1C1. Windows color (decimal): -4471608 or 13157563. OLE color: 13157563.

HSL color Cylindrical-coordinate representation of color #BBC4C8: hue angle of 198.46º degrees, saturation: 0.11, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BBC4C8 is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 187 196 200 -
CMYK 0.06 0.02 0 0.22
HSL 198.46º 0.11% 0.76% -
HSV(B) 198.46º 0.07% 0.78% -
XYZ 50.66 54.21 62.44 -
YUV 193.77 131.52 123.17 -
System Red Green Blue C M Y K H S L
Decimal 187 196 200 0.06 0.02 0 0.22 198.46 0.11 0.76
Hex BB C4 C8 6 2 0 16 C6 B 4C
Octal 273 304 310 6 2 0 26 306 13 114
Binary 10111011 11000100 11001000 110 10 0 10110 11000110 1011 1001100

Color Harmonies of #BBC4C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC4C8

Black with #BBC4C8

Text Example


Text Example

White with #BBC4C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC4C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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