#BAEEE1

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

Shades of Water Leaf #BAEEE1

Tints of Water Leaf #BAEEE1

Color information

#BAEEE1 (or 0xBAEEE1) is unknown color: approx Water Leaf. HEX triplet: BA, EE and E1. RGB value is (186,238,225). Sum of RGB (Red+Green+Blue) = 186+238+225=649 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.66% from 649); Green value is 238 (93.36% from 255 or 36.67% from 649); Blue value is 225 (88.28% from 255 or 34.67% from 649); Max value from RGB is 238 - color contains mainly: green. Hex color #BAEEE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEEE1 is #45111E. Grayscale: #DCDCDC. Windows color (decimal): -4526367 or 14806714. OLE color: 14806714.

HSL color Cylindrical-coordinate representation of color #BAEEE1: hue angle of 165º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BAEEE1 is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB186238225-
CMYK0.2200.050.07
HSL165º60.47%83.14%-
HSV(B)165º21.85%93.33%-
XYZ64.4177.0282.71-
YUV220.97130.27103.06-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.66%
GREEN value IS 238 (93.36% from 255) = 36.67%
BLUE value IS 225 (88.28% from 255) = 34.67%
R=28.66%
G=36.67%
B=34.67%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1862382250.2200.050.0716560.4783.14
HexBAEEE116057a53c53
Octal2723563412605724574123
Binary101110101110111011100001101100101111101001011111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEEE1; }

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

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

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

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

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

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

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

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