#B8FEE7

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

Shades of Water Leaf #B8FEE7

Tints of Water Leaf #B8FEE7

Color information

#B8FEE7 (or 0xB8FEE7) is unknown color: approx Water Leaf. HEX triplet: B8, FE and E7. RGB value is (184,254,231). Sum of RGB (Red+Green+Blue) = 184+254+231=669 (88% of max value = 765). Red value is 184 (72.27% from 255 or 27.50% from 669); Green value is 254 (99.61% from 255 or 37.97% from 669); Blue value is 231 (90.62% from 255 or 34.53% from 669); Max value from RGB is 254 - color contains mainly: green. Hex color #B8FEE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8FEE7 is #470118. Grayscale: #E6E6E6. Windows color (decimal): -4653337 or 15204024. OLE color: 15204024.

HSL color Cylindrical-coordinate representation of color #B8FEE7: hue angle of 160.29º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B8FEE7 is Cyan = 0.28, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.00.

Color convert

RGB184254231-
CMYK0.2800.090.00
HSL160.29º97.22%85.88%-
HSV(B)160.29º27.56%99.61%-
XYZ69.6386.8488.69-
YUV230.45128.3194.87-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 27.50%
GREEN value IS 254 (99.61% from 255) = 37.97%
BLUE value IS 231 (90.62% from 255) = 34.53%
R=27.50%
G=37.97%
B=34.53%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1842542310.2800.090.00160.2997.2285.88
HexB8FEE71C090a06156
Octal270376347340110240141126
Binary101110001111111011100111111000100101010000011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8FEE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8FEE7; }

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

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

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

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

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

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

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

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