#B8FEE4

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

Shades of Water Leaf #B8FEE4

Tints of Water Leaf #B8FEE4

Color information

#B8FEE4 (or 0xB8FEE4) is unknown color: approx Water Leaf. HEX triplet: B8, FE and E4. RGB value is (184,254,228). Sum of RGB (Red+Green+Blue) = 184+254+228=666 (88% of max value = 765). Red value is 184 (72.27% from 255 or 27.63% from 666); Green value is 254 (99.61% from 255 or 38.14% from 666); Blue value is 228 (89.45% from 255 or 34.23% from 666); Max value from RGB is 254 - color contains mainly: green. Hex color #B8FEE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8FEE4 is #47011B. Grayscale: #E6E6E6. Windows color (decimal): -4653340 or 15007416. OLE color: 15007416.

HSL color Cylindrical-coordinate representation of color #B8FEE4: hue angle of 157.71º 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 #B8FEE4 is Cyan = 0.28, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.00.

Color convert

RGB184254228-
CMYK0.2800.100.00
HSL157.71º97.22%85.88%-
HSV(B)157.71º27.56%99.61%-
XYZ69.2186.6886.48-
YUV230.11126.8195.11-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 27.63%
GREEN value IS 254 (99.61% from 255) = 38.14%
BLUE value IS 228 (89.45% from 255) = 34.23%
R=27.63%
G=38.14%
B=34.23%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1842542280.2800.100.00157.7197.2285.88
HexB8FEE41C0A09e6156
Octal270376344340120236141126
Binary101110001111111011100100111000101001001111011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8FEE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8FEE4; }

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

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

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

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

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

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

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

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