#B4CEAF

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

Shades of Zanah #B4CEAF

Tints of Zanah #B4CEAF

Color information

#B4CEAF (or 0xB4CEAF) is unknown color: approx Zanah. HEX triplet: B4, CE and AF. RGB value is (180,206,175). Sum of RGB (Red+Green+Blue) = 180+206+175=561 (74% of max value = 765). Red value is 180 (70.70% from 255 or 32.09% from 561); Green value is 206 (80.86% from 255 or 36.72% from 561); Blue value is 175 (68.75% from 255 or 31.19% from 561); Max value from RGB is 206 - color contains mainly: green. Hex color #B4CEAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4CEAF is #4B3150. Grayscale: #C2C2C2. Windows color (decimal): -4927825 or 11521716. OLE color: 11521716.

HSL color Cylindrical-coordinate representation of color #B4CEAF: hue angle of 110.32º degrees, saturation: 0.24, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B4CEAF is Cyan = 0.13, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB180206175-
CMYK0.1300.150.19
HSL110.32º24.03%74.71%-
HSV(B)110.32º15.05%80.78%-
XYZ48.6356.9448.99-
YUV194.69116.89117.52-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.09%
GREEN value IS 206 (80.86% from 255) = 36.72%
BLUE value IS 175 (68.75% from 255) = 31.19%
R=32.09%
G=36.72%
B=31.19%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1802061750.1300.150.19110.3224.0374.71
HexB4CEAFD0F136e184b
Octal264316257150172315630113
Binary101101001100111010101111110101111100111101110110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CEAF; }

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

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

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

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

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

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

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

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