#B8FFE4

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

Shades of Water Leaf #B8FFE4

Tints of Water Leaf #B8FFE4

Color information

#B8FFE4 (or 0xB8FFE4) is unknown color: approx Water Leaf. HEX triplet: B8, FF and E4. RGB value is (184,255,228). Sum of RGB (Red+Green+Blue) = 184+255+228=667 (88% of max value = 765). Red value is 184 (72.27% from 255 or 27.59% from 667); Green value is 255 (100% from 255 or 38.23% from 667); Blue value is 228 (89.45% from 255 or 34.18% from 667); Max value from RGB is 255 - color contains mainly: green. Hex color #B8FFE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8FFE4 is #47001B. Grayscale: #E6E6E6. Windows color (decimal): -4653084 or 15007672. OLE color: 15007672.

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

Color convert

RGB184255228-
CMYK0.2800.110
HSL157.18º100%86.08%-
HSV(B)157.18º27.84%100%-
XYZ69.5387.3186.59-
YUV230.69126.4894.7-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 27.59%
GREEN value IS 255 (100% from 255) = 38.23%
BLUE value IS 228 (89.45% from 255) = 34.18%
R=27.59%
G=38.23%
B=34.18%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1842552280.2800.110157.1810086.08
HexB8FFE41C0B09d6456
Octal270377344340130235144126
Binary101110001111111111100100111000101101001110111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8FFE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8FFE4; }

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

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

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

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

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

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

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

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