#BAEADC

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

Shades of Water Leaf #BAEADC

Tints of Water Leaf #BAEADC

Color information

#BAEADC (or 0xBAEADC) is unknown color: approx Water Leaf. HEX triplet: BA, EA and DC. RGB value is (186,234,220). Sum of RGB (Red+Green+Blue) = 186+234+220=640 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.06% from 640); Green value is 234 (91.80% from 255 or 36.56% from 640); Blue value is 220 (86.33% from 255 or 34.38% from 640); Max value from RGB is 234 - color contains mainly: green. Hex color #BAEADC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEADC is #451523. Grayscale: #DADADA. Windows color (decimal): -4527396 or 14478010. OLE color: 14478010.

HSL color Cylindrical-coordinate representation of color #BAEADC: hue angle of 162.5º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAEADC is Cyan = 0.21, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB186234220-
CMYK0.2100.060.08
HSL162.5º53.33%82.35%-
HSV(B)162.5º20.51%91.76%-
XYZ62.5974.4578.78-
YUV218.05129.1105.14-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.06%
GREEN value IS 234 (91.80% from 255) = 36.56%
BLUE value IS 220 (86.33% from 255) = 34.38%
R=29.06%
G=36.56%
B=34.38%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1862342200.2100.060.08162.553.3382.35
HexBAEADC15068a23552
Octal27235233425061024265122
Binary1011101011101010110111001010101101000101000101101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEADC; }

 p { color: rgb(186,234,220); }

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

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

 a { background-color: rgb(186,234,220); }

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

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

 span { border-color: rgb(186,234,220); }

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