#B4FAE2

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

Shades of Water Leaf #B4FAE2

Tints of Water Leaf #B4FAE2

Color information

#B4FAE2 (or 0xB4FAE2) is unknown color: approx Water Leaf. HEX triplet: B4, FA and E2. RGB value is (180,250,226). Sum of RGB (Red+Green+Blue) = 180+250+226=656 (86% of max value = 765). Red value is 180 (70.70% from 255 or 27.44% from 656); Green value is 250 (98.05% from 255 or 38.11% from 656); Blue value is 226 (88.67% from 255 or 34.45% from 656); Max value from RGB is 250 - color contains mainly: green. Hex color #B4FAE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4FAE2 is #4B051D. Grayscale: #E2E2E2. Windows color (decimal): -4916510 or 14875316. OLE color: 14875316.

HSL color Cylindrical-coordinate representation of color #B4FAE2: hue angle of 159.43º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B4FAE2 is Cyan = 0.28, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB180250226-
CMYK0.2800.100.02
HSL159.43º87.5%84.31%-
HSV(B)159.43º28%98.04%-
XYZ66.7483.5784.56-
YUV226.33127.8194.95-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 27.44%
GREEN value IS 250 (98.05% from 255) = 38.11%
BLUE value IS 226 (88.67% from 255) = 34.45%
R=27.44%
G=38.11%
B=34.45%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1802502260.2800.100.02159.4387.584.31
HexB4FAE21C0A29f5854
Octal264372342340122237130124
Binary1011010011111010111000101110001010101001111110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4FAE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4FAE2; }

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

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

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

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

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

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

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

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