#B8BABD

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

Shades of Heather #B8BABD

Tints of Heather #B8BABD

Color information

#B8BABD (or 0xB8BABD) is unknown color: approx Heather. HEX triplet: B8, BA and BD. RGB value is (184,186,189). Sum of RGB (Red+Green+Blue) = 184+186+189=559 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.92% from 559); Green value is 186 (73.05% from 255 or 33.27% from 559); Blue value is 189 (74.22% from 255 or 33.81% from 559); Max value from RGB is 189 - color contains mainly: blue. Hex color #B8BABD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8BABD is #474542. Grayscale: #B9B9B9. Windows color (decimal): -4670787 or 12434104. OLE color: 12434104.

HSL color Cylindrical-coordinate representation of color #B8BABD: hue angle of 216º degrees, saturation: 0.04, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #B8BABD is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB184186189-
CMYK0.030.0200.26
HSL216º3.65%73.14%-
HSV(B)216º2.65%74.12%-
XYZ46.5148.9855.15-
YUV185.74129.84126.76-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.92%
GREEN value IS 186 (73.05% from 255) = 33.27%
BLUE value IS 189 (74.22% from 255) = 33.81%
R=32.92%
G=33.27%
B=33.81%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1841861890.030.0200.262163.6573.14
HexB8BABD3201Ad8449
Octal270272275320323304111
Binary1011100010111010101111011110011010110110001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8BABD; }

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

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

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

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

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

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

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

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