#B8BABB

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

Shades of Heather #B8BABB

Tints of Heather #B8BABB

Color information

#B8BABB (or 0xB8BABB) is unknown color: approx Heather. HEX triplet: B8, BA and BB. RGB value is (184,186,187). Sum of RGB (Red+Green+Blue) = 184+186+187=557 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.03% from 557); Green value is 186 (73.05% from 255 or 33.39% from 557); Blue value is 187 (73.44% from 255 or 33.57% from 557); Max value from RGB is 187 - color contains mainly: blue. Hex color #B8BABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8BABB is #474544. Grayscale: #B9B9B9. Windows color (decimal): -4670789 or 12303032. OLE color: 12303032.

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

Color convert

RGB184186187-
CMYK0.020.0100.27
HSL200º2.16%72.75%-
HSV(B)200º1.6%73.33%-
XYZ46.348.954.01-
YUV185.52128.84126.92-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.03%
GREEN value IS 186 (73.05% from 255) = 33.39%
BLUE value IS 187 (73.44% from 255) = 33.57%
R=33.03%
G=33.39%
B=33.57%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1841861870.020.0100.272002.1672.75
HexB8BABB2101Bc8249
Octal270272273210333102111
Binary10111000101110101011101110101101111001000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8BABB; }

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

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

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

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

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

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

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

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