#BAE2DC

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

Shades of Water Leaf #BAE2DC

Tints of Water Leaf #BAE2DC

Color information

#BAE2DC (or 0xBAE2DC) is unknown color: approx Water Leaf. HEX triplet: BA, E2 and DC. RGB value is (186,226,220). Sum of RGB (Red+Green+Blue) = 186+226+220=632 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.43% from 632); Green value is 226 (88.67% from 255 or 35.76% from 632); Blue value is 220 (86.33% from 255 or 34.81% from 632); Max value from RGB is 226 - color contains mainly: green. Hex color #BAE2DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAE2DC is #451D23. Grayscale: #D5D5D5. Windows color (decimal): -4529444 or 14475962. OLE color: 14475962.

HSL color Cylindrical-coordinate representation of color #BAE2DC: hue angle of 171º degrees, saturation: 0.41, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BAE2DC is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB186226220-
CMYK0.1800.030.11
HSL171º40.82%80.78%-
HSV(B)171º17.7%88.63%-
XYZ60.367078.04-
YUV213.36131.75108.49-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.43%
GREEN value IS 226 (88.67% from 255) = 35.76%
BLUE value IS 220 (86.33% from 255) = 34.81%
R=29.43%
G=35.76%
B=34.81%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1862262200.1800.030.1117140.8280.78
HexBAE2DC1203Bab2951
Octal27234233422031325351121
Binary101110101110001011011100100100111011101010111010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE2DC; }

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

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

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

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

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

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

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

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