#B8BDBF

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

Shades of Heather #B8BDBF

Tints of Heather #B8BDBF

Color information

#B8BDBF (or 0xB8BDBF) is unknown color: approx Heather. HEX triplet: B8, BD and BF. RGB value is (184,189,191). Sum of RGB (Red+Green+Blue) = 184+189+191=564 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.62% from 564); Green value is 189 (74.22% from 255 or 33.51% from 564); Blue value is 191 (75% from 255 or 33.87% from 564); Max value from RGB is 191 - color contains mainly: blue. Hex color #B8BDBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8BDBF is #474240. Grayscale: #BBBBBB. Windows color (decimal): -4670017 or 12565944. OLE color: 12565944.

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

Color convert

RGB184189191-
CMYK0.040.0100.25
HSL197.14º5.19%73.53%-
HSV(B)197.14º3.66%74.9%-
XYZ47.3750.3556.51-
YUV187.73129.84125.34-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.62%
GREEN value IS 189 (74.22% from 255) = 33.51%
BLUE value IS 191 (75% from 255) = 33.87%
R=32.62%
G=33.51%
B=33.87%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1841891910.040.0100.25197.145.1973.53
HexB8BDBF41019c554a
Octal270275277410313055112
Binary1011100010111101101111111001011001110001011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8BDBF; }

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

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

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

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

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

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

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

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