#BAF7E4

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

Shades of Water Leaf #BAF7E4

Tints of Water Leaf #BAF7E4

Color information

#BAF7E4 (or 0xBAF7E4) is unknown color: approx Water Leaf. HEX triplet: BA, F7 and E4. RGB value is (186,247,228). Sum of RGB (Red+Green+Blue) = 186+247+228=661 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.14% from 661); Green value is 247 (96.88% from 255 or 37.37% from 661); Blue value is 228 (89.45% from 255 or 34.49% from 661); Max value from RGB is 247 - color contains mainly: green. Hex color #BAF7E4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF7E4 is #45081B. Grayscale: #E2E2E2. Windows color (decimal): -4524060 or 15005626. OLE color: 15005626.

HSL color Cylindrical-coordinate representation of color #BAF7E4: hue angle of 161.31º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BAF7E4 is Cyan = 0.25, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.03.

Color convert

RGB186247228-
CMYK0.2500.080.03
HSL161.31º79.22%84.9%-
HSV(B)161.31º24.7%96.86%-
XYZ67.5182.5685.78-
YUV226.6128.7999.04-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.14%
GREEN value IS 247 (96.88% from 255) = 37.37%
BLUE value IS 228 (89.45% from 255) = 34.49%
R=28.14%
G=37.37%
B=34.49%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1862472280.2500.080.03161.3179.2284.9
HexBAF7E419083a14f55
Octal272367344310103241117125
Binary1011101011110111111001001100101000111010000110011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF7E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF7E4; }

 p { color: rgb(186,247,228); }

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

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

 a { background-color: rgb(186,247,228); }

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

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

 span { border-color: rgb(186,247,228); }

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