Html Css Color HEX #B9D0B6 Zanah

📋 copy color: '#B9D0B6'

red 185 ◦ green 208 ◦ blue 182

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

Shades of Zanah #B9D0B6

Tints of Zanah #B9D0B6

RGB

 RED value IS 185 (72.66% from 255) = 32.17%

 GREEN value IS 208 (81.64% from 255) = 36.17%

 BLUE value IS 182 (71.48% from 255) = 31.65%

R = 32.17%
G = 36.17%
B = 31.65%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.12

 K value IS 0.18

RGB Variations

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

Color information

#B9D0B6 (or 0xB9D0B6) is known color: Zanah. HEX triplet: B9, D0 and B6. RGB value is (185,208,182). Sum of RGB (Red+Green+Blue) = 185+208+182=575 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.17% from 575); Green value is 208 (81.64% from 255 or 36.17% from 575); Blue value is 182 (71.48% from 255 or 31.65% from 575); Max value from RGB is 208 - color contains mainly: green. Hex color #B9D0B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9D0B6 is #462F49. Grayscale: #C6C6C6. Windows color (decimal): -4599626 or 11980985. OLE color: 11980985.

HSL color Cylindrical-coordinate representation of color #B9D0B6: hue angle of 113.08º degrees, saturation: 0.22, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B9D0B6 is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.18.

Color convert

RGB 185 208 182 -
CMYK 0.11 0 0.12 0.18
HSL 113.08º 0.22% 0.76% -
HSV(B) 113.08º 0.13% 0.82% -
XYZ 51.01 58.8 52.92 -
YUV 198.16 118.88 118.61 -
System Red Green Blue C M Y K H S L
Decimal 185 208 182 0.11 0 0.12 0.18 113.08 0.22 0.76
Hex B9 D0 B6 B 0 C 12 71 16 4C
Octal 271 320 266 13 0 14 22 161 26 114
Binary 10111001 11010000 10110110 1011 0 1100 10010 1110001 10110 1001100

Color Harmonies of #B9D0B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9D0B6

Black with #B9D0B6

Text Example


Text Example

White with #B9D0B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9D0B6; }

 p { color: rgb(185,208,182); }

 H1.HeaderClassName
 {
   color: #B9D0B6;
 }
 .AnyTagClassName
 {
   color: #B9D0B6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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