#B9BEB9

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

Shades of Zanah #B9BEB9

Tints of Zanah #B9BEB9

Color information

#B9BEB9 (or 0xB9BEB9) is unknown color: approx Zanah. HEX triplet: B9, BE and B9. RGB value is (185,190,185). Sum of RGB (Red+Green+Blue) = 185+190+185=560 (74% of max value = 765). Red value is 185 (72.66% from 255 or 33.04% from 560); Green value is 190 (74.61% from 255 or 33.93% from 560); Blue value is 185 (72.66% from 255 or 33.04% from 560); Max value from RGB is 190 - color contains mainly: green. Hex color #B9BEB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BEB9 is #464146. Grayscale: #BBBBBB. Windows color (decimal): -4604231 or 12172985. OLE color: 12172985.

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

Color convert

RGB185190185-
CMYK0.0300.030.25
HSL120º3.7%73.53%-
HSV(B)120º2.63%74.51%-
XYZ47.1850.6453.19-
YUV187.93126.34125.91-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.04%
GREEN value IS 190 (74.61% from 255) = 33.93%
BLUE value IS 185 (72.66% from 255) = 33.04%
R=33.04%
G=33.93%
B=33.04%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1851901850.0300.030.251203.773.53
HexB9BEB9303197844a
Octal271276271303311704112
Binary101110011011111010111001110111100111110001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BEB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BEB9; }

 p { color: rgb(185,190,185); }

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

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

 a { background-color: rgb(185,190,185); }

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

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

 span { border-color: rgb(185,190,185); }

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