#BAEEE5

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

Shades of Water Leaf #BAEEE5

Tints of Water Leaf #BAEEE5

Color information

#BAEEE5 (or 0xBAEEE5) is unknown color: approx Water Leaf. HEX triplet: BA, EE and E5. RGB value is (186,238,229). Sum of RGB (Red+Green+Blue) = 186+238+229=653 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.48% from 653); Green value is 238 (93.36% from 255 or 36.45% from 653); Blue value is 229 (89.84% from 255 or 35.07% from 653); Max value from RGB is 238 - color contains mainly: green. Hex color #BAEEE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEEE5 is #45111A. Grayscale: #DDDDDD. Windows color (decimal): -4526363 or 15068858. OLE color: 15068858.

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

Color convert

RGB186238229-
CMYK0.2200.040.07
HSL169.62º60.47%83.14%-
HSV(B)169.62º21.85%93.33%-
XYZ64.9777.2585.61-
YUV221.43132.27102.73-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.48%
GREEN value IS 238 (93.36% from 255) = 36.45%
BLUE value IS 229 (89.84% from 255) = 35.07%
R=28.48%
G=36.45%
B=35.07%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1862382290.2200.040.07169.6260.4783.14
HexBAEEE516047aa3c53
Octal2723563452604725274123
Binary101110101110111011100101101100100111101010101111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEEE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEEE5; }

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

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

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

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

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

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

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

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