#B4CBB3

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

Shades of Zanah #B4CBB3

Tints of Zanah #B4CBB3

Color information

#B4CBB3 (or 0xB4CBB3) is unknown color: approx Zanah. HEX triplet: B4, CB and B3. RGB value is (180,203,179). Sum of RGB (Red+Green+Blue) = 180+203+179=562 (74% of max value = 765). Red value is 180 (70.70% from 255 or 32.03% from 562); Green value is 203 (79.69% from 255 or 36.12% from 562); Blue value is 179 (70.31% from 255 or 31.85% from 562); Max value from RGB is 203 - color contains mainly: green. Hex color #B4CBB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4CBB3 is #4B344C. Grayscale: #C1C1C1. Windows color (decimal): -4928589 or 11783092. OLE color: 11783092.

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

Color convert

RGB180203179-
CMYK0.1100.120.20
HSL117.5º18.75%74.9%-
HSV(B)117.5º11.82%79.61%-
XYZ48.3255.6750.85-
YUV193.39119.88118.45-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.03%
GREEN value IS 203 (79.69% from 255) = 36.12%
BLUE value IS 179 (70.31% from 255) = 31.85%
R=32.03%
G=36.12%
B=31.85%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1802031790.1100.120.20117.518.7574.9
HexB4CBB3B0C1475134b
Octal264313263130142416523113
Binary101101001100101110110011101101100101001110101100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CBB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CBB3; }

 p { color: rgb(180,203,179); }

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

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

 a { background-color: rgb(180,203,179); }

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

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

 span { border-color: rgb(180,203,179); }

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