Html Css Color HEX #B9CEB6 Zanah

📋 copy color: '#B9CEB6'

red 185 ◦ green 206 ◦ blue 182

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

Shades of Zanah #B9CEB6

Tints of Zanah #B9CEB6

RGB

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

 GREEN value IS 206 (80.86% from 255) = 35.95%

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

R = 32.29%
G = 35.95%
B = 31.76%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.12

 K value IS 0.19

RGB Variations

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

Color information

#B9CEB6 (or 0xB9CEB6) is known color: Zanah. HEX triplet: B9, CE and B6. RGB value is (185,206,182). Sum of RGB (Red+Green+Blue) = 185+206+182=573 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.29% from 573); Green value is 206 (80.86% from 255 or 35.95% from 573); Blue value is 182 (71.48% from 255 or 31.76% from 573); Max value from RGB is 206 - color contains mainly: green. Hex color #B9CEB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CEB6 is #463149. Grayscale: #C5C5C5. Windows color (decimal): -4600138 or 11980473. OLE color: 11980473.

HSL color Cylindrical-coordinate representation of color #B9CEB6: hue angle of 112.5º degrees, saturation: 0.2, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B9CEB6 is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.

Color convert

RGB 185 206 182 -
CMYK 0.10 0 0.12 0.19
HSL 112.5º 0.2% 0.76% -
HSV(B) 112.5º 0.12% 0.81% -
XYZ 50.52 57.83 52.76 -
YUV 196.99 119.54 119.45 -
System Red Green Blue C M Y K H S L
Decimal 185 206 182 0.10 0 0.12 0.19 112.5 0.2 0.76
Hex B9 CE B6 A 0 C 13 70 14 4C
Octal 271 316 266 12 0 14 23 160 24 114
Binary 10111001 11001110 10110110 1010 0 1100 10011 1110000 10100 1001100

Color Harmonies of #B9CEB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CEB6

Black with #B9CEB6

Text Example


Text Example

White with #B9CEB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CEB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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