Html Css Color HEX #B4BBBD Heather

📋 copy color: '#B4BBBD'

red 180 ◦ green 187 ◦ blue 189

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

Shades of Heather #B4BBBD

Tints of Heather #B4BBBD

RGB

 RED value IS 180 (70.7% from 255) = 32.37%

 GREEN value IS 187 (73.44% from 255) = 33.63%

 BLUE value IS 189 (74.22% from 255) = 33.99%

R = 32.37%
G = 33.63%
B = 33.99%

CMYK

 C value IS 0.05

 M value IS 0.01

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B4BBBD (or 0xB4BBBD) is known color: Heather. HEX triplet: B4, BB and BD. RGB value is (180,187,189). Sum of RGB (Red+Green+Blue) = 180+187+189=556 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.37% from 556); Green value is 187 (73.44% from 255 or 33.63% from 556); Blue value is 189 (74.22% from 255 or 33.99% from 556); Max value from RGB is 189 - color contains mainly: blue. Hex color #B4BBBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4BBBD is #4B4442. Grayscale: #B9B9B9. Windows color (decimal): -4932675 or 12434356. OLE color: 12434356.

HSL color Cylindrical-coordinate representation of color #B4BBBD: hue angle of 193.33º degrees, saturation: 0.06, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B4BBBD is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 180 187 189 -
CMYK 0.05 0.01 0 0.26
HSL 193.33º 0.06% 0.72% -
HSV(B) 193.33º 0.05% 0.74% -
XYZ 45.78 48.92 55.17 -
YUV 185.14 130.18 124.34 -
System Red Green Blue C M Y K H S L
Decimal 180 187 189 0.05 0.01 0 0.26 193.33 0.06 0.72
Hex B4 BB BD 5 1 0 1A C1 6 48
Octal 264 273 275 5 1 0 32 301 6 110
Binary 10110100 10111011 10111101 101 1 0 11010 11000001 110 1001000

Color Harmonies of #B4BBBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4BBBD

Black with #B4BBBD

Text Example


Text Example

White with #B4BBBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4BBBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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