#B8BBBD

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

Shades of Heather #B8BBBD

Tints of Heather #B8BBBD

Color information

#B8BBBD (or 0xB8BBBD) is unknown color: approx Heather. HEX triplet: B8, BB and BD. RGB value is (184,187,189). Sum of RGB (Red+Green+Blue) = 184+187+189=560 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.86% from 560); Green value is 187 (73.44% from 255 or 33.39% from 560); Blue value is 189 (74.22% from 255 or 33.75% from 560); Max value from RGB is 189 - color contains mainly: blue. Hex color #B8BBBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8BBBD is #474442. Grayscale: #BABABA. Windows color (decimal): -4670531 or 12434360. OLE color: 12434360.

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

Color convert

RGB184187189-
CMYK0.030.0100.26
HSL204º3.65%73.14%-
HSV(B)204º2.65%74.12%-
XYZ46.7249.4155.22-
YUV186.33129.51126.34-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.86%
GREEN value IS 187 (73.44% from 255) = 33.39%
BLUE value IS 189 (74.22% from 255) = 33.75%
R=32.86%
G=33.39%
B=33.75%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1841871890.030.0100.262043.6573.14
HexB8BBBD3101Acc449
Octal270273275310323144111
Binary101110001011101110111101111011010110011001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8BBBD; }

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

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

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

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

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

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

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

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