#B6CBB4

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

Shades of Zanah #B6CBB4

Tints of Zanah #B6CBB4

Color information

#B6CBB4 (or 0xB6CBB4) is unknown color: approx Zanah. HEX triplet: B6, CB and B4. RGB value is (182,203,180). Sum of RGB (Red+Green+Blue) = 182+203+180=565 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.21% from 565); Green value is 203 (79.69% from 255 or 35.93% from 565); Blue value is 180 (70.70% from 255 or 31.86% from 565); Max value from RGB is 203 - color contains mainly: green. Hex color #B6CBB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6CBB4 is #49344B. Grayscale: #C2C2C2. Windows color (decimal): -4797516 or 11848630. OLE color: 11848630.

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

Color convert

RGB182203180-
CMYK0.1000.110.20
HSL114.78º18.11%75.1%-
HSV(B)114.78º11.33%79.61%-
XYZ48.8955.9551.4-
YUV194.1120.04119.37-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.21%
GREEN value IS 203 (79.69% from 255) = 35.93%
BLUE value IS 180 (70.70% from 255) = 31.86%
R=32.21%
G=35.93%
B=31.86%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1822031800.1000.110.20114.7818.1175.1
HexB6CBB4A0B1473124b
Octal266313264120132416322113
Binary101101101100101110110100101001011101001110011100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CBB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CBB4; }

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

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

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

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

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

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

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

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