#B4BBBF

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

Shades of Heather #B4BBBF

Tints of Heather #B4BBBF

Color information

#B4BBBF (or 0xB4BBBF) is unknown color: approx Heather. HEX triplet: B4, BB and BF. RGB value is (180,187,191). Sum of RGB (Red+Green+Blue) = 180+187+191=558 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.26% from 558); Green value is 187 (73.44% from 255 or 33.51% from 558); Blue value is 191 (75% from 255 or 34.23% from 558); Max value from RGB is 191 - color contains mainly: blue. Hex color #B4BBBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4BBBF is #4B4440. Grayscale: #B9B9B9. Windows color (decimal): -4932673 or 12565428. OLE color: 12565428.

HSL color Cylindrical-coordinate representation of color #B4BBBF: hue angle of 201.82º degrees, saturation: 0.08, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B4BBBF is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB180187191-
CMYK0.060.0200.25
HSL201.82º7.91%72.75%-
HSV(B)201.82º5.76%74.9%-
XYZ4649.0156.32-
YUV185.36131.18124.17-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.26%
GREEN value IS 187 (73.44% from 255) = 33.51%
BLUE value IS 191 (75% from 255) = 34.23%
R=32.26%
G=33.51%
B=34.23%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1801871910.060.0200.25201.827.9172.75
HexB4BBBF62019ca849
Octal2642732776203131210111
Binary101101001011101110111111110100110011100101010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BBBF; }

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

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

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

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

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

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

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

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