#BAF1E3

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

Shades of Water Leaf #BAF1E3

Tints of Water Leaf #BAF1E3

Color information

#BAF1E3 (or 0xBAF1E3) is unknown color: approx Water Leaf. HEX triplet: BA, F1 and E3. RGB value is (186,241,227). Sum of RGB (Red+Green+Blue) = 186+241+227=654 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.44% from 654); Green value is 241 (94.53% from 255 or 36.85% from 654); Blue value is 227 (89.06% from 255 or 34.71% from 654); Max value from RGB is 241 - color contains mainly: green. Hex color #BAF1E3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF1E3 is #450E1C. Grayscale: #DEDEDE. Windows color (decimal): -4525597 or 14938554. OLE color: 14938554.

HSL color Cylindrical-coordinate representation of color #BAF1E3: hue angle of 164.73º 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 #BAF1E3 is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.05.

Color convert

RGB186241227-
CMYK0.2300.060.05
HSL164.73º66.27%83.73%-
HSV(B)164.73º22.82%94.51%-
XYZ65.5778.984.45-
YUV222.96130.28101.64-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.44%
GREEN value IS 241 (94.53% from 255) = 36.85%
BLUE value IS 227 (89.06% from 255) = 34.71%
R=28.44%
G=36.85%
B=34.71%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1862412270.2300.060.05164.7366.2783.73
HexBAF1E317065a54254
Octal27236134327065245102124
Binary1011101011110001111000111011101101011010010110000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF1E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF1E3; }

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

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

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

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

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

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

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

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