#BAECDA

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

Shades of Water Leaf #BAECDA

Tints of Water Leaf #BAECDA

Color information

#BAECDA (or 0xBAECDA) is unknown color: approx Water Leaf. HEX triplet: BA, EC and DA. RGB value is (186,236,218). Sum of RGB (Red+Green+Blue) = 186+236+218=640 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.06% from 640); Green value is 236 (92.58% from 255 or 36.88% from 640); Blue value is 218 (85.55% from 255 or 34.06% from 640); Max value from RGB is 236 - color contains mainly: green. Hex color #BAECDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAECDA is #451325. Grayscale: #DBDBDB. Windows color (decimal): -4526886 or 14347450. OLE color: 14347450.

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

Color convert

RGB186236218-
CMYK0.2100.080.07
HSL158.4º56.82%82.75%-
HSV(B)158.4º21.19%92.55%-
XYZ62.975.4977.59-
YUV219127.44104.46-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.06%
GREEN value IS 236 (92.58% from 255) = 36.88%
BLUE value IS 218 (85.55% from 255) = 34.06%
R=29.06%
G=36.88%
B=34.06%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1862362180.2100.080.07158.456.8282.75
HexBAECDA150879e3953
Octal27235433225010723671123
Binary1011101011101100110110101010101000111100111101110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAECDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAECDA; }

 p { color: rgb(186,236,218); }

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

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

 a { background-color: rgb(186,236,218); }

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

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

 span { border-color: rgb(186,236,218); }

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