#BAF4E7

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

Shades of Water Leaf #BAF4E7

Tints of Water Leaf #BAF4E7

Color information

#BAF4E7 (or 0xBAF4E7) is unknown color: approx Water Leaf. HEX triplet: BA, F4 and E7. RGB value is (186,244,231). Sum of RGB (Red+Green+Blue) = 186+244+231=661 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.14% from 661); Green value is 244 (95.70% from 255 or 36.91% from 661); Blue value is 231 (90.62% from 255 or 34.95% from 661); Max value from RGB is 244 - color contains mainly: green. Hex color #BAF4E7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAF4E7 is #450B18. Grayscale: #E1E1E1. Windows color (decimal): -4524825 or 15201466. OLE color: 15201466.

HSL color Cylindrical-coordinate representation of color #BAF4E7: hue angle of 166.55º degrees, saturation: 0.73, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BAF4E7 is Cyan = 0.24, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.04.

Color convert

RGB186244231-
CMYK0.2400.050.04
HSL166.55º72.5%84.31%-
HSV(B)166.55º23.77%95.69%-
XYZ67.0280.9187.69-
YUV225.18131.28100.06-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.14%
GREEN value IS 244 (95.70% from 255) = 36.91%
BLUE value IS 231 (90.62% from 255) = 34.95%
R=28.14%
G=36.91%
B=34.95%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1862442310.2400.050.04166.5572.584.31
HexBAF4E718054a74854
Octal27236434730054247110124
Binary1011101011110100111001111100001011001010011110010001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF4E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF4E7; }

 p { color: rgb(186,244,231); }

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

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

 a { background-color: rgb(186,244,231); }

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

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

 span { border-color: rgb(186,244,231); }

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