#B4BDBF

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

Shades of Heather #B4BDBF

Tints of Heather #B4BDBF

Color information

#B4BDBF (or 0xB4BDBF) is unknown color: approx Heather. HEX triplet: B4, BD and BF. RGB value is (180,189,191). Sum of RGB (Red+Green+Blue) = 180+189+191=560 (74% of max value = 765). Red value is 180 (70.70% from 255 or 32.14% from 560); Green value is 189 (74.22% from 255 or 33.75% from 560); Blue value is 191 (75% from 255 or 34.11% from 560); Max value from RGB is 191 - color contains mainly: blue. Hex color #B4BDBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4BDBF is #4B4240. Grayscale: #BABABA. Windows color (decimal): -4932161 or 12565940. OLE color: 12565940.

HSL color Cylindrical-coordinate representation of color #B4BDBF: hue angle of 190.91º 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 #B4BDBF is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB180189191-
CMYK0.060.0100.25
HSL190.91º7.91%72.75%-
HSV(B)190.91º5.76%74.9%-
XYZ46.4249.8656.47-
YUV186.54130.52123.34-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.14%
GREEN value IS 189 (74.22% from 255) = 33.75%
BLUE value IS 191 (75% from 255) = 34.11%
R=32.14%
G=33.75%
B=34.11%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1801891910.060.0100.25190.917.9172.75
HexB4BDBF61019bf849
Octal2642752776103127710111
Binary10110100101111011011111111010110011011111110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BDBF; }

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

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

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

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

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

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

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

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