#BAEEE4

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

Shades of Water Leaf #BAEEE4

Tints of Water Leaf #BAEEE4

Color information

#BAEEE4 (or 0xBAEEE4) is unknown color: approx Water Leaf. HEX triplet: BA, EE and E4. RGB value is (186,238,228). Sum of RGB (Red+Green+Blue) = 186+238+228=652 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.53% from 652); Green value is 238 (93.36% from 255 or 36.50% from 652); Blue value is 228 (89.45% from 255 or 34.97% from 652); Max value from RGB is 238 - color contains mainly: green. Hex color #BAEEE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEEE4 is #45111B. Grayscale: #DDDDDD. Windows color (decimal): -4526364 or 15003322. OLE color: 15003322.

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

Color convert

RGB186238228-
CMYK0.2200.040.07
HSL168.46º60.47%83.14%-
HSV(B)168.46º21.85%93.33%-
XYZ64.8377.1984.88-
YUV221.31131.77102.81-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.53%
GREEN value IS 238 (93.36% from 255) = 36.50%
BLUE value IS 228 (89.45% from 255) = 34.97%
R=28.53%
G=36.50%
B=34.97%

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
Decimal1862382280.2200.040.07168.4660.4783.14
HexBAEEE416047a83c53
Octal2723563442604725074123
Binary101110101110111011100100101100100111101010001111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEEE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEEE4; }

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

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

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

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

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

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

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

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