Html Css Color HEX #B4BBBF Heather

📋 copy color: '#B4BBBF'

red 180 ◦ green 187 ◦ blue 191

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

Shades of Heather #B4BBBF

Tints of Heather #B4BBBF

RGB

 RED value IS 180 (70.7% 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 value IS 0.06

 M value IS 0.02

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B4BBBF (or 0xB4BBBF) is known color: 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

RGB 180 187 191 -
CMYK 0.06 0.02 0 0.25
HSL 201.82º 0.08% 0.73% -
HSV(B) 201.82º 0.06% 0.75% -
XYZ 46 49.01 56.32 -
YUV 185.36 131.18 124.17 -
System Red Green Blue C M Y K H S L
Decimal 180 187 191 0.06 0.02 0 0.25 201.82 0.08 0.73
Hex B4 BB BF 6 2 0 19 CA 8 49
Octal 264 273 277 6 2 0 31 312 10 111
Binary 10110100 10111011 10111111 110 10 0 11001 11001010 1000 1001001

Color Harmonies of #B4BBBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4BBBF

Black with #B4BBBF

Text Example


Text Example

White with #B4BBBF

Text Example


Text Example

HTML Codes & Css Web 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>