#B4CFB1

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

Shades of Zanah #B4CFB1

Tints of Zanah #B4CFB1

Color information

#B4CFB1 (or 0xB4CFB1) is unknown color: approx Zanah. HEX triplet: B4, CF and B1. RGB value is (180,207,177). Sum of RGB (Red+Green+Blue) = 180+207+177=564 (74% of max value = 765). Red value is 180 (70.70% from 255 or 31.91% from 564); Green value is 207 (81.25% from 255 or 36.70% from 564); Blue value is 177 (69.53% from 255 or 31.38% from 564); Max value from RGB is 207 - color contains mainly: green. Hex color #B4CFB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4CFB1 is #4B304E. Grayscale: #C3C3C3. Windows color (decimal): -4927567 or 11653044. OLE color: 11653044.

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

Color convert

RGB180207177-
CMYK0.1300.140.19
HSL114º23.81%75.29%-
HSV(B)114º14.49%81.18%-
XYZ49.0757.550.11-
YUV195.51117.55116.94-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.91%
GREEN value IS 207 (81.25% from 255) = 36.70%
BLUE value IS 177 (69.53% from 255) = 31.38%
R=31.91%
G=36.70%
B=31.38%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1802071770.1300.140.1911423.8175.29
HexB4CFB1D0E1372184b
Octal264317261150162316230113
Binary101101001100111110110001110101110100111110010110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CFB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CFB1; }

 p { color: rgb(180,207,177); }

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

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

 a { background-color: rgb(180,207,177); }

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

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

 span { border-color: rgb(180,207,177); }

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