#B4FFE0

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

Shades of Water Leaf #B4FFE0

Tints of Water Leaf #B4FFE0

Color information

#B4FFE0 (or 0xB4FFE0) is unknown color: approx Water Leaf. HEX triplet: B4, FF and E0. RGB value is (180,255,224). Sum of RGB (Red+Green+Blue) = 180+255+224=659 (87% of max value = 765). Red value is 180 (70.70% from 255 or 27.31% from 659); Green value is 255 (100% from 255 or 38.69% from 659); Blue value is 224 (87.89% from 255 or 33.99% from 659); Max value from RGB is 255 - color contains mainly: green. Hex color #B4FFE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4FFE0 is #4B001F. Grayscale: #E5E5E5. Windows color (decimal): -4915232 or 14745524. OLE color: 14745524.

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

Color convert

RGB180255224-
CMYK0.2900.120
HSL155.2º100%85.29%-
HSV(B)155.2º29.41%100%-
XYZ68.0486.6183.65-
YUV229.04125.1593.02-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 27.31%
GREEN value IS 255 (100% from 255) = 38.69%
BLUE value IS 224 (87.89% from 255) = 33.99%
R=27.31%
G=38.69%
B=33.99%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1802552240.2900.120155.210085.29
HexB4FFE01D0C09b6455
Octal264377340350140233144125
Binary101101001111111111100000111010110001001101111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4FFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4FFE0; }

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

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

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

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

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

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

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

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