#B8EBD9

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

Shades of Water Leaf #B8EBD9

Tints of Water Leaf #B8EBD9

Color information

#B8EBD9 (or 0xB8EBD9) is unknown color: approx Water Leaf. HEX triplet: B8, EB and D9. RGB value is (184,235,217). Sum of RGB (Red+Green+Blue) = 184+235+217=636 (84% of max value = 765). Red value is 184 (72.27% from 255 or 28.93% from 636); Green value is 235 (92.19% from 255 or 36.95% from 636); Blue value is 217 (85.16% from 255 or 34.12% from 636); Max value from RGB is 235 - color contains mainly: green. Hex color #B8EBD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8EBD9 is #471426. Grayscale: #D9D9D9. Windows color (decimal): -4658215 or 14281656. OLE color: 14281656.

HSL color Cylindrical-coordinate representation of color #B8EBD9: hue angle of 158.82º degrees, saturation: 0.56, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B8EBD9 is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.08.

Color convert

RGB184235217-
CMYK0.2200.080.08
HSL158.82º56.04%82.16%-
HSV(B)158.82º21.7%92.16%-
XYZ6274.6276.78-
YUV217.7127.6103.96-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 28.93%
GREEN value IS 235 (92.19% from 255) = 36.95%
BLUE value IS 217 (85.16% from 255) = 34.12%
R=28.93%
G=36.95%
B=34.12%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1842352170.2200.080.08158.8256.0482.16
HexB8EBD9160889f3852
Octal270353331260101023770122
Binary10111000111010111101100110110010001000100111111110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8EBD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8EBD9; }

 p { color: rgb(184,235,217); }

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

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

 a { background-color: rgb(184,235,217); }

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

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

 span { border-color: rgb(184,235,217); }

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