Html Css Color HEX #B0D2AB Zanah

📋 copy color: '#B0D2AB'

red 176 ◦ green 210 ◦ blue 171

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

Shades of Zanah #B0D2AB

Tints of Zanah #B0D2AB

RGB

 RED value IS 176 (69.14% from 255) = 31.6%

 GREEN value IS 210 (82.42% from 255) = 37.7%

 BLUE value IS 171 (67.19% from 255) = 30.7%

R = 31.6%
G = 37.7%
B = 30.7%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#B0D2AB (or 0xB0D2AB) is known color: Zanah. HEX triplet: B0, D2 and AB. RGB value is (176,210,171). Sum of RGB (Red+Green+Blue) = 176+210+171=557 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.60% from 557); Green value is 210 (82.42% from 255 or 37.70% from 557); Blue value is 171 (67.19% from 255 or 30.70% from 557); Max value from RGB is 210 - color contains mainly: green. Hex color #B0D2AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D2AB is #4F2D54. Grayscale: #C3C3C3. Windows color (decimal): -5188949 or 11260592. OLE color: 11260592.

HSL color Cylindrical-coordinate representation of color #B0D2AB: hue angle of 112.31º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B0D2AB is Cyan = 0.16, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB 176 210 171 -
CMYK 0.16 0 0.19 0.18
HSL 112.31º 0.3% 0.75% -
HSV(B) 112.31º 0.19% 0.82% -
XYZ 48.3 58.26 47.23 -
YUV 195.39 114.24 114.17 -
System Red Green Blue C M Y K H S L
Decimal 176 210 171 0.16 0 0.19 0.18 112.31 0.3 0.75
Hex B0 D2 AB 10 0 13 12 70 1E 4B
Octal 260 322 253 20 0 23 22 160 36 113
Binary 10110000 11010010 10101011 10000 0 10011 10010 1110000 11110 1001011

Color Harmonies of #B0D2AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D2AB

Black with #B0D2AB

Text Example


Text Example

White with #B0D2AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D2AB; }

 p { color: rgb(176,210,171); }

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

background-color css

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

 a { background-color: rgb(176,210,171); }

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

border-color css

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

 span { border-color: rgb(176,210,171); }

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