Html Css Color HEX #B9CFB6 Zanah

📋 copy color: '#B9CFB6'

red 185 ◦ green 207 ◦ blue 182

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

Shades of Zanah #B9CFB6

Tints of Zanah #B9CFB6

RGB

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

 GREEN value IS 207 (81.25% from 255) = 36.06%

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

R = 32.23%
G = 36.06%
B = 31.71%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.12

 K value IS 0.19

RGB Variations

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

Color information

#B9CFB6 (or 0xB9CFB6) is known color: Zanah. HEX triplet: B9, CF and B6. RGB value is (185,207,182). Sum of RGB (Red+Green+Blue) = 185+207+182=574 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.23% from 574); Green value is 207 (81.25% from 255 or 36.06% from 574); Blue value is 182 (71.48% from 255 or 31.71% from 574); Max value from RGB is 207 - color contains mainly: green. Hex color #B9CFB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CFB6 is #463049. Grayscale: #C5C5C5. Windows color (decimal): -4599882 or 11980729. OLE color: 11980729.

HSL color Cylindrical-coordinate representation of color #B9CFB6: hue angle of 112.8º degrees, saturation: 0.21, 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 #B9CFB6 is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.

Color convert

RGB 185 207 182 -
CMYK 0.11 0 0.12 0.19
HSL 112.8º 0.21% 0.76% -
HSV(B) 112.8º 0.12% 0.81% -
XYZ 50.76 58.32 52.84 -
YUV 197.57 119.21 119.03 -
System Red Green Blue C M Y K H S L
Decimal 185 207 182 0.11 0 0.12 0.19 112.8 0.21 0.76
Hex B9 CF B6 B 0 C 13 71 15 4C
Octal 271 317 266 13 0 14 23 161 25 114
Binary 10111001 11001111 10110110 1011 0 1100 10011 1110001 10101 1001100

Color Harmonies of #B9CFB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CFB6

Black with #B9CFB6

Text Example


Text Example

White with #B9CFB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CFB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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