#B4FFE8

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

Shades of Water Leaf #B4FFE8

Tints of Water Leaf #B4FFE8

Color information

#B4FFE8 (or 0xB4FFE8) is unknown color: approx Water Leaf. HEX triplet: B4, FF and E8. RGB value is (180,255,232). Sum of RGB (Red+Green+Blue) = 180+255+232=667 (88% of max value = 765). Red value is 180 (70.70% from 255 or 26.99% from 667); Green value is 255 (100% from 255 or 38.23% from 667); Blue value is 232 (91.02% from 255 or 34.78% from 667); Max value from RGB is 255 - color contains mainly: green. Hex color #B4FFE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4FFE8 is #4B0017. Grayscale: #E5E5E5. Windows color (decimal): -4915224 or 15269812. OLE color: 15269812.

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

Color convert

RGB180255232-
CMYK0.2900.090
HSL161.6º100%85.29%-
HSV(B)161.6º29.41%100%-
XYZ69.1587.0589.5-
YUV229.95129.1592.37-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 26.99%
GREEN value IS 255 (100% from 255) = 38.23%
BLUE value IS 232 (91.02% from 255) = 34.78%
R=26.99%
G=38.23%
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
SystemRedGreenBlueCMYKHSL
Decimal1802552320.2900.090161.610085.29
HexB4FFE81D090a26455
Octal264377350350110242144125
Binary101101001111111111101000111010100101010001011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4FFE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4FFE8; }

 p { color: rgb(180,255,232); }

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

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

 a { background-color: rgb(180,255,232); }

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

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

 span { border-color: rgb(180,255,232); }

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