#B8FFE0

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

Shades of Water Leaf #B8FFE0

Tints of Water Leaf #B8FFE0

Color information

#B8FFE0 (or 0xB8FFE0) is unknown color: approx Water Leaf. HEX triplet: B8, FF and E0. RGB value is (184,255,224). Sum of RGB (Red+Green+Blue) = 184+255+224=663 (87% of max value = 765). Red value is 184 (72.27% from 255 or 27.75% from 663); Green value is 255 (100% from 255 or 38.46% from 663); Blue value is 224 (87.89% from 255 or 33.79% from 663); Max value from RGB is 255 - color contains mainly: green. Hex color #B8FFE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8FFE0 is #47001F. Grayscale: #E6E6E6. Windows color (decimal): -4653088 or 14745528. OLE color: 14745528.

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

Color convert

RGB184255224-
CMYK0.2800.120
HSL153.8º100%86.08%-
HSV(B)153.8º27.84%100%-
XYZ68.9887.0983.7-
YUV230.24124.4895.02-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 27.75%
GREEN value IS 255 (100% from 255) = 38.46%
BLUE value IS 224 (87.89% from 255) = 33.79%
R=27.75%
G=38.46%
B=33.79%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1842552240.2800.120153.810086.08
HexB8FFE01C0C09a6456
Octal270377340340140232144126
Binary101110001111111111100000111000110001001101011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8FFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8FFE0; }

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

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

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

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

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

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

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

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