#B7D0B5

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

Shades of Zanah #B7D0B5

Tints of Zanah #B7D0B5

Color information

#B7D0B5 (or 0xB7D0B5) is unknown color: approx Zanah. HEX triplet: B7, D0 and B5. RGB value is (183,208,181). Sum of RGB (Red+Green+Blue) = 183+208+181=572 (75% of max value = 765). Red value is 183 (71.88% from 255 or 31.99% from 572); Green value is 208 (81.64% from 255 or 36.36% from 572); Blue value is 181 (71.09% from 255 or 31.64% from 572); Max value from RGB is 208 - color contains mainly: green. Hex color #B7D0B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7D0B5 is #482F4A. Grayscale: #C5C5C5. Windows color (decimal): -4730699 or 11915447. OLE color: 11915447.

HSL color Cylindrical-coordinate representation of color #B7D0B5: hue angle of 115.56º degrees, saturation: 0.22, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B7D0B5 is Cyan = 0.12, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.18.

Color convert

RGB183208181-
CMYK0.1200.130.18
HSL115.56º22.31%76.27%-
HSV(B)115.56º12.98%81.57%-
XYZ50.4258.5252.35-
YUV197.45118.72117.7-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.99%
GREEN value IS 208 (81.64% from 255) = 36.36%
BLUE value IS 181 (71.09% from 255) = 31.64%
R=31.99%
G=36.36%
B=31.64%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1832081810.1200.130.18115.5622.3176.27
HexB7D0B5C0D1274164c
Octal267320265140152216426114
Binary101101111101000010110101110001101100101110100101101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7D0B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7D0B5; }

 p { color: rgb(183,208,181); }

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

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

 a { background-color: rgb(183,208,181); }

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

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

 span { border-color: rgb(183,208,181); }

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