#BAEFE1

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

Shades of Water Leaf #BAEFE1

Tints of Water Leaf #BAEFE1

Color information

#BAEFE1 (or 0xBAEFE1) is unknown color: approx Water Leaf. HEX triplet: BA, EF and E1. RGB value is (186,239,225). Sum of RGB (Red+Green+Blue) = 186+239+225=650 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.62% from 650); Green value is 239 (93.75% from 255 or 36.77% from 650); Blue value is 225 (88.28% from 255 or 34.62% from 650); Max value from RGB is 239 - color contains mainly: green. Hex color #BAEFE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEFE1 is #45101E. Grayscale: #DDDDDD. Windows color (decimal): -4526111 or 14806970. OLE color: 14806970.

HSL color Cylindrical-coordinate representation of color #BAEFE1: hue angle of 164.15º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BAEFE1 is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.

Color convert

RGB186239225-
CMYK0.2200.060.06
HSL164.15º62.35%83.33%-
HSV(B)164.15º22.18%93.73%-
XYZ64.7177.6182.8-
YUV221.56129.94102.64-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.62%
GREEN value IS 239 (93.75% from 255) = 36.77%
BLUE value IS 225 (88.28% from 255) = 34.62%
R=28.62%
G=36.77%
B=34.62%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1862392250.2200.060.06164.1562.3583.33
HexBAEFE116066a43e53
Octal2723573412606624476123
Binary101110101110111111100001101100110110101001001111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEFE1; }

 p { color: rgb(186,239,225); }

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

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

 a { background-color: rgb(186,239,225); }

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

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

 span { border-color: rgb(186,239,225); }

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