#b8f2e5

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

Shades of Water Leaf #B8F2E5

Tints of Water Leaf #B8F2E5

Color information

#B8F2E5 (or 0xB8F2E5) is unknown color: approx Water Leaf. HEX triplet: B8, F2 and E5. RGB value is (184,242,229). Sum of RGB (Red+Green+Blue) = 184+242+229=655 (86% of max value = 765). Red value is 184 (72.27% from 255 or 28.09% from 655); Green value is 242 (94.92% from 255 or 36.95% from 655); Blue value is 229 (89.84% from 255 or 34.96% from 655); Max value from RGB is 242 - color contains mainly: green. Hex color #B8F2E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8F2E5 is #470D1A. Grayscale: #DFDFDF. Windows color (decimal): -4656411 or 15069880. OLE color: 15069880.

HSL color Cylindrical-coordinate representation of color #B8F2E5: hue angle of 166.55º degrees, saturation: 0.69, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B8F2E5 is Cyan = 0.24, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB184242229-
CMYK0.2400.050.05
HSL166.55º69.05%83.53%-
HSV(B)166.55º23.97%94.9%-
XYZ65.6679.3585.98-
YUV223.18131.28100.06-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 28.09%
GREEN value IS 242 (94.92% from 255) = 36.95%
BLUE value IS 229 (89.84% from 255) = 34.96%
R=28.09%
G=36.95%
B=34.96%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1842422290.2400.050.05166.5569.0583.53
HexB8F2E518055a74554
Octal27036234530055247105124
Binary1011100011110010111001011100001011011010011110001011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b8f2e5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b8f2e5; }

 p { color: rgb(184,242,229); }

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

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

 a { background-color: rgb(184,242,229); }

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

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

 span { border-color: rgb(184,242,229); }

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