#B8BCB8

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

Shades of Zanah #B8BCB8

Tints of Zanah #B8BCB8

Color information

#B8BCB8 (or 0xB8BCB8) is unknown color: approx Zanah. HEX triplet: B8, BC and B8. RGB value is (184,188,184). Sum of RGB (Red+Green+Blue) = 184+188+184=556 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.09% from 556); Green value is 188 (73.83% from 255 or 33.81% from 556); Blue value is 184 (72.27% from 255 or 33.09% from 556); Max value from RGB is 188 - color contains mainly: green. Hex color #B8BCB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8BCB8 is #474347. Grayscale: #BABABA. Windows color (decimal): -4670280 or 12106936. OLE color: 12106936.

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

Color convert

RGB184188184-
CMYK0.0200.020.26
HSL120º2.9%72.94%-
HSV(B)120º2.13%73.73%-
XYZ46.449.6252.48-
YUV186.35126.67126.33-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.09%
GREEN value IS 188 (73.83% from 255) = 33.81%
BLUE value IS 184 (72.27% from 255) = 33.09%
R=33.09%
G=33.81%
B=33.09%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1841881840.0200.020.261202.972.94
HexB8BCB82021A78349
Octal270274270202321703111
Binary10111000101111001011100010010110101111000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BCB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8BCB8; }

 p { color: rgb(184,188,184); }

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

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

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

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

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

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

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