#B8F2E7

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

Shades of Water Leaf #B8F2E7

Tints of Water Leaf #B8F2E7

Color information

#B8F2E7 (or 0xB8F2E7) is unknown color: approx Water Leaf. HEX triplet: B8, F2 and E7. RGB value is (184,242,231). Sum of RGB (Red+Green+Blue) = 184+242+231=657 (87% of max value = 765). Red value is 184 (72.27% from 255 or 28.01% from 657); Green value is 242 (94.92% from 255 or 36.83% from 657); Blue value is 231 (90.62% from 255 or 35.16% from 657); Max value from RGB is 242 - color contains mainly: green. Hex color #B8F2E7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8F2E7 is #470D18. Grayscale: #DFDFDF. Windows color (decimal): -4656409 or 15200952. OLE color: 15200952.

HSL color Cylindrical-coordinate representation of color #B8F2E7: hue angle of 168.62º 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 #B8F2E7 is Cyan = 0.24, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB184242231-
CMYK0.2400.050.05
HSL168.62º69.05%83.53%-
HSV(B)168.62º23.97%94.9%-
XYZ65.9479.4687.46-
YUV223.4132.2899.89-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 28.01%
GREEN value IS 242 (94.92% from 255) = 36.83%
BLUE value IS 231 (90.62% from 255) = 35.16%
R=28.01%
G=36.83%
B=35.16%

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
Decimal1842422310.2400.050.05168.6269.0583.53
HexB8F2E718055a94554
Octal27036234730055251105124
Binary1011100011110010111001111100001011011010100110001011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8F2E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8F2E7; }

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

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

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

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

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

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

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

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