#B4BBC4

Color #B4BBC4 Heather (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heather #B4BBC4

Tints of Heather #B4BBC4

Color information

#B4BBC4 (or 0xB4BBC4) is unknown color: approx Heather. HEX triplet: B4, BB and C4. RGB value is (180,187,196). Sum of RGB (Red+Green+Blue) = 180+187+196=563 (74% of max value = 765). Red value is 180 (70.70% from 255 or 31.97% from 563); Green value is 187 (73.44% from 255 or 33.21% from 563); Blue value is 196 (76.95% from 255 or 34.81% from 563); Max value from RGB is 196 - color contains mainly: blue. Hex color #B4BBC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4BBC4 is #4B443B. Grayscale: #B9B9B9. Windows color (decimal): -4932668 or 12893108. OLE color: 12893108.

HSL color Cylindrical-coordinate representation of color #B4BBC4: hue angle of 213.75º degrees, saturation: 0.12, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B4BBC4 is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB180187196-
CMYK0.080.0500.23
HSL213.75º11.94%73.73%-
HSV(B)213.75º8.16%76.86%-
XYZ46.5649.2359.27-
YUV185.93133.68123.77-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.97%
GREEN value IS 187 (73.44% from 255) = 33.21%
BLUE value IS 196 (76.95% from 255) = 34.81%
R=31.97%
G=33.21%
B=34.81%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1801871960.080.0500.23213.7511.9473.73
HexB4BBC485017d6c4a
Octal26427330410502732614112
Binary10110100101110111100010010001010101111101011011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BBC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BBC4; }

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

 H1.HeaderClassName
 {
   color: #B4BBC4;
 }
 .AnyTagClassName
 {
   color: #B4BBC4;
 }
</style>
background-color css

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

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

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

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

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

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