#BAF0E0

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

Shades of Water Leaf #BAF0E0

Tints of Water Leaf #BAF0E0

Color information

#BAF0E0 (or 0xBAF0E0) is unknown color: approx Water Leaf. HEX triplet: BA, F0 and E0. RGB value is (186,240,224). Sum of RGB (Red+Green+Blue) = 186+240+224=650 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.62% from 650); Green value is 240 (94.14% from 255 or 36.92% from 650); Blue value is 224 (87.89% from 255 or 34.46% from 650); Max value from RGB is 240 - color contains mainly: green. Hex color #BAF0E0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF0E0 is #450F1F. Grayscale: #DEDEDE. Windows color (decimal): -4525856 or 14741690. OLE color: 14741690.

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

Color convert

RGB186240224-
CMYK0.2200.070.06
HSL162.22º64.29%83.53%-
HSV(B)162.22º22.5%94.12%-
XYZ64.8678.1482.19-
YUV222.03129.11102.3-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.62%
GREEN value IS 240 (94.14% from 255) = 36.92%
BLUE value IS 224 (87.89% from 255) = 34.46%
R=28.62%
G=36.92%
B=34.46%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1862402240.2200.070.06162.2264.2983.53
HexBAF0E016076a24054
Octal27236034026076242100124
Binary1011101011110000111000001011001111101010001010000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF0E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF0E0; }

 p { color: rgb(186,240,224); }

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

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

 a { background-color: rgb(186,240,224); }

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

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

 span { border-color: rgb(186,240,224); }

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