#B4D2AF

Color #B4D2AF Zanah (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Zanah #B4D2AF

Tints of Zanah #B4D2AF

Color information

#B4D2AF (or 0xB4D2AF) is unknown color: approx Zanah. HEX triplet: B4, D2 and AF. RGB value is (180,210,175). Sum of RGB (Red+Green+Blue) = 180+210+175=565 (74% of max value = 765). Red value is 180 (70.70% from 255 or 31.86% from 565); Green value is 210 (82.42% from 255 or 37.17% from 565); Blue value is 175 (68.75% from 255 or 30.97% from 565); Max value from RGB is 210 - color contains mainly: green. Hex color #B4D2AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4D2AF is #4B2D50. Grayscale: #C5C5C5. Windows color (decimal): -4926801 or 11522740. OLE color: 11522740.

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

Color convert

RGB180210175-
CMYK0.1400.170.18
HSL111.43º28%75.49%-
HSV(B)111.43º16.67%82.35%-
XYZ49.6158.8949.31-
YUV197.04115.56115.85-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.86%
GREEN value IS 210 (82.42% from 255) = 37.17%
BLUE value IS 175 (68.75% from 255) = 30.97%
R=31.86%
G=37.17%
B=30.97%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1802101750.1400.170.18111.432875.49
HexB4D2AFE011126f1c4b
Octal264322257160212215734113
Binary1011010011010010101011111110010001100101101111111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4D2AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4D2AF; }

 p { color: rgb(180,210,175); }

 H1.HeaderClassName
 {
   color: #B4D2AF;
 }
 .AnyTagClassName
 {
   color: #B4D2AF;
 }
</style>
background-color css

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

 a { background-color: rgb(180,210,175); }

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

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

 span { border-color: rgb(180,210,175); }

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