#B8D1B5

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

Shades of Zanah #B8D1B5

Tints of Zanah #B8D1B5

Color information

#B8D1B5 (or 0xB8D1B5) is unknown color: approx Zanah. HEX triplet: B8, D1 and B5. RGB value is (184,209,181). Sum of RGB (Red+Green+Blue) = 184+209+181=574 (76% of max value = 765). Red value is 184 (72.27% from 255 or 32.06% from 574); Green value is 209 (82.03% from 255 or 36.41% from 574); Blue value is 181 (71.09% from 255 or 31.53% from 574); Max value from RGB is 209 - color contains mainly: green. Hex color #B8D1B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8D1B5 is #472E4A. Grayscale: #C6C6C6. Windows color (decimal): -4664907 or 11915704. OLE color: 11915704.

HSL color Cylindrical-coordinate representation of color #B8D1B5: hue angle of 113.57º degrees, saturation: 0.23, 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 #B8D1B5 is Cyan = 0.12, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.18.

Color convert

RGB184209181-
CMYK0.1200.130.18
HSL113.57º23.33%76.47%-
HSV(B)113.57º13.4%81.96%-
XYZ50.9159.1352.45-
YUV198.33118.22117.78-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.06%
GREEN value IS 209 (82.03% from 255) = 36.41%
BLUE value IS 181 (71.09% from 255) = 31.53%
R=32.06%
G=36.41%
B=31.53%

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
Decimal1842091810.1200.130.18113.5723.3376.47
HexB8D1B5C0D1272174c
Octal270321265140152216227114
Binary101110001101000110110101110001101100101110010101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8D1B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8D1B5; }

 p { color: rgb(184,209,181); }

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

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

 a { background-color: rgb(184,209,181); }

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

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

 span { border-color: rgb(184,209,181); }

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