#B8D1B3

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

Shades of Zanah #B8D1B3

Tints of Zanah #B8D1B3

Color information

#B8D1B3 (or 0xB8D1B3) is unknown color: approx Zanah. HEX triplet: B8, D1 and B3. RGB value is (184,209,179). Sum of RGB (Red+Green+Blue) = 184+209+179=572 (75% of max value = 765). Red value is 184 (72.27% from 255 or 32.17% from 572); Green value is 209 (82.03% from 255 or 36.54% from 572); Blue value is 179 (70.31% from 255 or 31.29% from 572); Max value from RGB is 209 - color contains mainly: green. Hex color #B8D1B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8D1B3 is #472E4C. Grayscale: #C6C6C6. Windows color (decimal): -4664909 or 11784632. OLE color: 11784632.

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

Color convert

RGB184209179-
CMYK0.1200.140.18
HSL110º24.59%76.08%-
HSV(B)110º14.35%81.96%-
XYZ50.759.0551.37-
YUV198.1117.22117.94-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.17%
GREEN value IS 209 (82.03% from 255) = 36.54%
BLUE value IS 179 (70.31% from 255) = 31.29%
R=32.17%
G=36.54%
B=31.29%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1842091790.1200.140.1811024.5976.08
HexB8D1B3C0E126e194c
Octal270321263140162215631114
Binary101110001101000110110011110001110100101101110110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8D1B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8D1B3; }

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

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

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

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

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

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

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

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