#B4FFE2

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

Shades of Water Leaf #B4FFE2

Tints of Water Leaf #B4FFE2

Color information

#B4FFE2 (or 0xB4FFE2) is unknown color: approx Water Leaf. HEX triplet: B4, FF and E2. RGB value is (180,255,226). Sum of RGB (Red+Green+Blue) = 180+255+226=661 (87% of max value = 765). Red value is 180 (70.70% from 255 or 27.23% from 661); Green value is 255 (100% from 255 or 38.58% from 661); Blue value is 226 (88.67% from 255 or 34.19% from 661); Max value from RGB is 255 - color contains mainly: green. Hex color #B4FFE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4FFE2 is #4B001D. Grayscale: #E5E5E5. Windows color (decimal): -4915230 or 14876596. OLE color: 14876596.

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

Color convert

RGB180255226-
CMYK0.2900.110
HSL156.8º100%85.29%-
HSV(B)156.8º29.41%100%-
XYZ68.3186.7185.09-
YUV229.27126.1592.86-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 27.23%
GREEN value IS 255 (100% from 255) = 38.58%
BLUE value IS 226 (88.67% from 255) = 34.19%
R=27.23%
G=38.58%
B=34.19%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1802552260.2900.110156.810085.29
HexB4FFE21D0B09d6455
Octal264377342350130235144125
Binary101101001111111111100010111010101101001110111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4FFE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4FFE2; }

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

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

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

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

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

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

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

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