#BAEBDC

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

Shades of Water Leaf #BAEBDC

Tints of Water Leaf #BAEBDC

Color information

#BAEBDC (or 0xBAEBDC) is unknown color: approx Water Leaf. HEX triplet: BA, EB and DC. RGB value is (186,235,220). Sum of RGB (Red+Green+Blue) = 186+235+220=641 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.02% from 641); Green value is 235 (92.19% from 255 or 36.66% from 641); Blue value is 220 (86.33% from 255 or 34.32% from 641); Max value from RGB is 235 - color contains mainly: green. Hex color #BAEBDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEBDC is #451423. Grayscale: #DADADA. Windows color (decimal): -4527140 or 14478266. OLE color: 14478266.

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

Color convert

RGB186235220-
CMYK0.2100.060.08
HSL161.63º55.06%82.55%-
HSV(B)161.63º20.85%92.16%-
XYZ62.8875.0278.88-
YUV218.64128.77104.72-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.02%
GREEN value IS 235 (92.19% from 255) = 36.66%
BLUE value IS 220 (86.33% from 255) = 34.32%
R=29.02%
G=36.66%
B=34.32%

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
Decimal1862352200.2100.060.08161.6355.0682.55
HexBAEBDC15068a23753
Octal27235333425061024267123
Binary1011101011101011110111001010101101000101000101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEBDC; }

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

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

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

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

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

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

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

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