#B7CAB6

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

Shades of Zanah #B7CAB6

Tints of Zanah #B7CAB6

Color information

#B7CAB6 (or 0xB7CAB6) is unknown color: approx Zanah. HEX triplet: B7, CA and B6. RGB value is (183,202,182). Sum of RGB (Red+Green+Blue) = 183+202+182=567 (75% of max value = 765). Red value is 183 (71.88% from 255 or 32.28% from 567); Green value is 202 (79.30% from 255 or 35.63% from 567); Blue value is 182 (71.48% from 255 or 32.10% from 567); Max value from RGB is 202 - color contains mainly: green. Hex color #B7CAB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7CAB6 is #483549. Grayscale: #C2C2C2. Windows color (decimal): -4732234 or 11979447. OLE color: 11979447.

HSL color Cylindrical-coordinate representation of color #B7CAB6: hue angle of 117º degrees, saturation: 0.16, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B7CAB6 is Cyan = 0.09, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.21.

Color convert

RGB183202182-
CMYK0.0900.100.21
HSL117º15.87%75.29%-
HSV(B)117º9.9%79.22%-
XYZ49.0955.6952.42-
YUV194.04121.21120.13-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.28%
GREEN value IS 202 (79.30% from 255) = 35.63%
BLUE value IS 182 (71.48% from 255) = 32.10%
R=32.28%
G=35.63%
B=32.10%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1832021820.0900.100.2111715.8775.29
HexB7CAB690A1575104b
Octal267312266110122516520113
Binary101101111100101010110110100101010101011110101100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7CAB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7CAB6; }

 p { color: rgb(183,202,182); }

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

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

 a { background-color: rgb(183,202,182); }

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

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

 span { border-color: rgb(183,202,182); }

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