#B4CDAF

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

Shades of Zanah #B4CDAF

Tints of Zanah #B4CDAF

Color information

#B4CDAF (or 0xB4CDAF) is unknown color: approx Zanah. HEX triplet: B4, CD and AF. RGB value is (180,205,175). Sum of RGB (Red+Green+Blue) = 180+205+175=560 (74% of max value = 765). Red value is 180 (70.70% from 255 or 32.14% from 560); Green value is 205 (80.47% from 255 or 36.61% from 560); Blue value is 175 (68.75% from 255 or 31.25% from 560); Max value from RGB is 205 - color contains mainly: green. Hex color #B4CDAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4CDAF is #4B3250. Grayscale: #C2C2C2. Windows color (decimal): -4928081 or 11521460. OLE color: 11521460.

HSL color Cylindrical-coordinate representation of color #B4CDAF: hue angle of 110º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B4CDAF is Cyan = 0.12, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB180205175-
CMYK0.1200.150.20
HSL110º23.08%74.51%-
HSV(B)110º14.63%80.39%-
XYZ48.3956.4648.91-
YUV194.1117.22117.94-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.14%
GREEN value IS 205 (80.47% from 255) = 36.61%
BLUE value IS 175 (68.75% from 255) = 31.25%
R=32.14%
G=36.61%
B=31.25%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1802051750.1200.150.2011023.0874.51
HexB4CDAFC0F146e174b
Octal264315257140172415627113
Binary101101001100110110101111110001111101001101110101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CDAF; }

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

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

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

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

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

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

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

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