#B5FEE8

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

Shades of Water Leaf #B5FEE8

Tints of Water Leaf #B5FEE8

Color information

#B5FEE8 (or 0xB5FEE8) is unknown color: approx Water Leaf. HEX triplet: B5, FE and E8. RGB value is (181,254,232). Sum of RGB (Red+Green+Blue) = 181+254+232=667 (88% of max value = 765). Red value is 181 (71.09% from 255 or 27.14% from 667); Green value is 254 (99.61% from 255 or 38.08% from 667); Blue value is 232 (91.02% from 255 or 34.78% from 667); Max value from RGB is 254 - color contains mainly: green. Hex color #B5FEE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5FEE8 is #4A0117. Grayscale: #E5E5E5. Windows color (decimal): -4849944 or 15269557. OLE color: 15269557.

HSL color Cylindrical-coordinate representation of color #B5FEE8: hue angle of 161.92º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B5FEE8 is Cyan = 0.29, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.00.

Color convert

RGB181254232-
CMYK0.2900.090.00
HSL161.92º97.33%85.29%-
HSV(B)161.92º28.74%99.61%-
XYZ69.0686.5389.41-
YUV229.66129.3293.29-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 27.14%
GREEN value IS 254 (99.61% from 255) = 38.08%
BLUE value IS 232 (91.02% from 255) = 34.78%
R=27.14%
G=38.08%
B=34.78%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1812542320.2900.090.00161.9297.3385.29
HexB5FEE81D090a26155
Octal265376350350110242141125
Binary101101011111111011101000111010100101010001011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5FEE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5FEE8; }

 p { color: rgb(181,254,232); }

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

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

 a { background-color: rgb(181,254,232); }

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

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

 span { border-color: rgb(181,254,232); }

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