#B4FAE1

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

Shades of Water Leaf #B4FAE1

Tints of Water Leaf #B4FAE1

Color information

#B4FAE1 (or 0xB4FAE1) is unknown color: approx Water Leaf. HEX triplet: B4, FA and E1. RGB value is (180,250,225). Sum of RGB (Red+Green+Blue) = 180+250+225=655 (86% of max value = 765). Red value is 180 (70.70% from 255 or 27.48% from 655); Green value is 250 (98.05% from 255 or 38.17% from 655); Blue value is 225 (88.28% from 255 or 34.35% from 655); Max value from RGB is 250 - color contains mainly: green. Hex color #B4FAE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4FAE1 is #4B051E. Grayscale: #E2E2E2. Windows color (decimal): -4916511 or 14809780. OLE color: 14809780.

HSL color Cylindrical-coordinate representation of color #B4FAE1: hue angle of 158.57º 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 #B4FAE1 is Cyan = 0.28, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB180250225-
CMYK0.2800.100.02
HSL158.57º87.5%84.31%-
HSV(B)158.57º28%98.04%-
XYZ66.683.5183.84-
YUV226.22127.3195.03-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 27.48%
GREEN value IS 250 (98.05% from 255) = 38.17%
BLUE value IS 225 (88.28% from 255) = 34.35%
R=27.48%
G=38.17%
B=34.35%

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
Decimal1802502250.2800.100.02158.5787.584.31
HexB4FAE11C0A29f5854
Octal264372341340122237130124
Binary1011010011111010111000011110001010101001111110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4FAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4FAE1; }

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

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

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

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

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

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

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

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