#B4FFE4

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

Shades of Water Leaf #B4FFE4

Tints of Water Leaf #B4FFE4

Color information

#B4FFE4 (or 0xB4FFE4) is unknown color: approx Water Leaf. HEX triplet: B4, FF and E4. RGB value is (180,255,228). Sum of RGB (Red+Green+Blue) = 180+255+228=663 (87% of max value = 765). Red value is 180 (70.70% from 255 or 27.15% from 663); Green value is 255 (100% from 255 or 38.46% from 663); Blue value is 228 (89.45% from 255 or 34.39% from 663); Max value from RGB is 255 - color contains mainly: green. Hex color #B4FFE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4FFE4 is #4B001B. Grayscale: #E5E5E5. Windows color (decimal): -4915228 or 15007668. OLE color: 15007668.

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

Color convert

RGB180255228-
CMYK0.2900.110
HSL158.4º100%85.29%-
HSV(B)158.4º29.41%100%-
XYZ68.5986.8286.54-
YUV229.5127.1592.7-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 27.15%
GREEN value IS 255 (100% from 255) = 38.46%
BLUE value IS 228 (89.45% from 255) = 34.39%
R=27.15%
G=38.46%
B=34.39%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1802552280.2900.110158.410085.29
HexB4FFE41D0B09e6455
Octal264377344350130236144125
Binary101101001111111111100100111010101101001111011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4FFE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4FFE4; }

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

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

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

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

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

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

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

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