#BAEEE0

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

Shades of Water Leaf #BAEEE0

Tints of Water Leaf #BAEEE0

Color information

#BAEEE0 (or 0xBAEEE0) is unknown color: approx Water Leaf. HEX triplet: BA, EE and E0. RGB value is (186,238,224). Sum of RGB (Red+Green+Blue) = 186+238+224=648 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.70% from 648); Green value is 238 (93.36% from 255 or 36.73% from 648); Blue value is 224 (87.89% from 255 or 34.57% from 648); Max value from RGB is 238 - color contains mainly: green. Hex color #BAEEE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEEE0 is #45111F. Grayscale: #DCDCDC. Windows color (decimal): -4526368 or 14741178. OLE color: 14741178.

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

Color convert

RGB186238224-
CMYK0.2200.060.07
HSL163.85º60.47%83.14%-
HSV(B)163.85º21.85%93.33%-
XYZ64.2876.9781.99-
YUV220.86129.77103.14-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.70%
GREEN value IS 238 (93.36% from 255) = 36.73%
BLUE value IS 224 (87.89% from 255) = 34.57%
R=28.70%
G=36.73%
B=34.57%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1862382240.2200.060.07163.8560.4783.14
HexBAEEE016067a43c53
Octal2723563402606724474123
Binary101110101110111011100000101100110111101001001111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEEE0; }

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

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

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

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

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

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

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

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