#BAF1E5

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

Shades of Water Leaf #BAF1E5

Tints of Water Leaf #BAF1E5

Color information

#BAF1E5 (or 0xBAF1E5) is unknown color: approx Water Leaf. HEX triplet: BA, F1 and E5. RGB value is (186,241,229). Sum of RGB (Red+Green+Blue) = 186+241+229=656 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.35% from 656); Green value is 241 (94.53% from 255 or 36.74% from 656); Blue value is 229 (89.84% from 255 or 34.91% from 656); Max value from RGB is 241 - color contains mainly: green. Hex color #BAF1E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF1E5 is #450E1A. Grayscale: #DFDFDF. Windows color (decimal): -4525595 or 15069626. OLE color: 15069626.

HSL color Cylindrical-coordinate representation of color #BAF1E5: hue angle of 166.91º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BAF1E5 is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB186241229-
CMYK0.2300.050.05
HSL166.91º66.27%83.73%-
HSV(B)166.91º22.82%94.51%-
XYZ65.8579.0185.91-
YUV223.19131.28101.48-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.35%
GREEN value IS 241 (94.53% from 255) = 36.74%
BLUE value IS 229 (89.84% from 255) = 34.91%
R=28.35%
G=36.74%
B=34.91%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1862412290.2300.050.05166.9166.2783.73
HexBAF1E517055a74254
Octal27236134527055247102124
Binary1011101011110001111001011011101011011010011110000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF1E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF1E5; }

 p { color: rgb(186,241,229); }

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

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

 a { background-color: rgb(186,241,229); }

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

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

 span { border-color: rgb(186,241,229); }

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