Html Css Color HEX #B9BEB9 Zanah

📋 copy color: '#B9BEB9'

red 185 ◦ green 190 ◦ blue 185

#B9BEB9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Zanah #B9BEB9

Tints of Zanah #B9BEB9

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 value IS 0.03

 M value IS 0

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#B9BEB9 (or 0xB9BEB9) is known color: 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

RGB 185 190 185 -
CMYK 0.03 0 0.03 0.25
HSL 120º 0.04% 0.74% -
HSV(B) 120º 0.03% 0.75% -
XYZ 47.18 50.64 53.19 -
YUV 187.94 126.34 125.91 -
System Red Green Blue C M Y K H S L
Decimal 185 190 185 0.03 0 0.03 0.25 120 0.04 0.74
Hex B9 BE B9 3 0 3 19 78 4 4A
Octal 271 276 271 3 0 3 31 170 4 112
Binary 10111001 10111110 10111001 11 0 11 11001 1111000 100 1001010

Color Harmonies of #B9BEB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BEB9

Black with #B9BEB9

Text Example


Text Example

White with #B9BEB9

Text Example


Text Example

HTML Codes & Css Web 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>