#B8FEE3

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

Shades of Water Leaf #B8FEE3

Tints of Water Leaf #B8FEE3

Color information

#B8FEE3 (or 0xB8FEE3) is unknown color: approx Water Leaf. HEX triplet: B8, FE and E3. RGB value is (184,254,227). Sum of RGB (Red+Green+Blue) = 184+254+227=665 (88% of max value = 765). Red value is 184 (72.27% from 255 or 27.67% from 665); Green value is 254 (99.61% from 255 or 38.20% from 665); Blue value is 227 (89.06% from 255 or 34.14% from 665); Max value from RGB is 254 - color contains mainly: green. Hex color #B8FEE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8FEE3 is #47011C. Grayscale: #E6E6E6. Windows color (decimal): -4653341 or 14941880. OLE color: 14941880.

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

Color convert

RGB184254227-
CMYK0.2800.110.00
HSL156.86º97.22%85.88%-
HSV(B)156.86º27.56%99.61%-
XYZ69.0786.6285.75-
YUV229.99126.3195.2-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 27.67%
GREEN value IS 254 (99.61% from 255) = 38.20%
BLUE value IS 227 (89.06% from 255) = 34.14%
R=27.67%
G=38.20%
B=34.14%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1842542270.2800.110.00156.8697.2285.88
HexB8FEE31C0B09d6156
Octal270376343340130235141126
Binary101110001111111011100011111000101101001110111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8FEE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8FEE3; }

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

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

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

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

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

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

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

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