#B8FFE7

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

Shades of Water Leaf #B8FFE7

Tints of Water Leaf #B8FFE7

Color information

#B8FFE7 (or 0xB8FFE7) is unknown color: approx Water Leaf. HEX triplet: B8, FF and E7. RGB value is (184,255,231). Sum of RGB (Red+Green+Blue) = 184+255+231=670 (88% of max value = 765). Red value is 184 (72.27% from 255 or 27.46% from 670); Green value is 255 (100% from 255 or 38.06% from 670); Blue value is 231 (90.62% from 255 or 34.48% from 670); Max value from RGB is 255 - color contains mainly: green. Hex color #B8FFE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8FFE7 is #470018. Grayscale: #E7E7E7. Windows color (decimal): -4653081 or 15204280. OLE color: 15204280.

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

Color convert

RGB184255231-
CMYK0.2800.090
HSL159.72º100%86.08%-
HSV(B)159.72º27.84%100%-
XYZ69.9587.4888.8-
YUV231.04127.9894.45-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 27.46%
GREEN value IS 255 (100% from 255) = 38.06%
BLUE value IS 231 (90.62% from 255) = 34.48%
R=27.46%
G=38.06%
B=34.48%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1842552310.2800.090159.7210086.08
HexB8FFE71C090a06456
Octal270377347340110240144126
Binary101110001111111111100111111000100101010000011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8FFE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8FFE7; }

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

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

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

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

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

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

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

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