#BAE6DA

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

Shades of Water Leaf #BAE6DA

Tints of Water Leaf #BAE6DA

Color information

#BAE6DA (or 0xBAE6DA) is unknown color: approx Water Leaf. HEX triplet: BA, E6 and DA. RGB value is (186,230,218). Sum of RGB (Red+Green+Blue) = 186+230+218=634 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.34% from 634); Green value is 230 (90.23% from 255 or 36.28% from 634); Blue value is 218 (85.55% from 255 or 34.38% from 634); Max value from RGB is 230 - color contains mainly: green. Hex color #BAE6DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAE6DA is #451925. Grayscale: #D7D7D7. Windows color (decimal): -4528422 or 14345914. OLE color: 14345914.

HSL color Cylindrical-coordinate representation of color #BAE6DA: hue angle of 163.64º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BAE6DA is Cyan = 0.19, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB186230218-
CMYK0.1900.050.10
HSL163.64º46.81%81.57%-
HSV(B)163.64º19.13%90.2%-
XYZ61.272.0977.02-
YUV215.48129.42106.98-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.34%
GREEN value IS 230 (90.23% from 255) = 36.28%
BLUE value IS 218 (85.55% from 255) = 34.38%
R=29.34%
G=36.28%
B=34.38%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1862302180.1900.050.10163.6446.8181.57
HexBAE6DA1305Aa42f52
Octal27234633223051224457122
Binary1011101011100110110110101001101011010101001001011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE6DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE6DA; }

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

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

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

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

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

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

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

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