#B8CEB6

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

Shades of Zanah #B8CEB6

Tints of Zanah #B8CEB6

Color information

#B8CEB6 (or 0xB8CEB6) is unknown color: approx Zanah. HEX triplet: B8, CE and B6. RGB value is (184,206,182). Sum of RGB (Red+Green+Blue) = 184+206+182=572 (75% of max value = 765). Red value is 184 (72.27% from 255 or 32.17% from 572); Green value is 206 (80.86% from 255 or 36.01% from 572); Blue value is 182 (71.48% from 255 or 31.82% from 572); Max value from RGB is 206 - color contains mainly: green. Hex color #B8CEB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8CEB6 is #473149. Grayscale: #C4C4C4. Windows color (decimal): -4665674 or 11980472. OLE color: 11980472.

HSL color Cylindrical-coordinate representation of color #B8CEB6: hue angle of 115º degrees, saturation: 0.2, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B8CEB6 is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.

Color convert

RGB184206182-
CMYK0.1100.120.19
HSL115º19.67%76.08%-
HSV(B)115º11.65%80.78%-
XYZ50.2857.7152.75-
YUV196.69119.71118.95-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.17%
GREEN value IS 206 (80.86% from 255) = 36.01%
BLUE value IS 182 (71.48% from 255) = 31.82%
R=32.17%
G=36.01%
B=31.82%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1842061820.1100.120.1911519.6776.08
HexB8CEB6B0C1373144c
Octal270316266130142316324114
Binary101110001100111010110110101101100100111110011101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8CEB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8CEB6; }

 p { color: rgb(184,206,182); }

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

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

 a { background-color: rgb(184,206,182); }

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

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

 span { border-color: rgb(184,206,182); }

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