#BAD1EC

Color #BAD1EC Tropical Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tropical Blue #BAD1EC

Tints of Tropical Blue #BAD1EC

Color information

#BAD1EC (or 0xBAD1EC) is unknown color: approx Tropical Blue. HEX triplet: BA, D1 and EC. RGB value is (186,209,236). Sum of RGB (Red+Green+Blue) = 186+209+236=631 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.48% from 631); Green value is 209 (82.03% from 255 or 33.12% from 631); Blue value is 236 (92.58% from 255 or 37.40% from 631); Max value from RGB is 236 - color contains mainly: blue. Hex color #BAD1EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAD1EC is #452E13. Grayscale: #CDCDCD. Windows color (decimal): -4533780 or 15520186. OLE color: 15520186.

HSL color Cylindrical-coordinate representation of color #BAD1EC: hue angle of 212.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 #BAD1EC is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB186209236-
CMYK0.210.1100.07
HSL212.4º56.82%82.75%-
HSV(B)212.4º21.19%92.55%-
XYZ58.1962.188.28-
YUV205.2145.38114.3-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.48%
GREEN value IS 209 (82.03% from 255) = 33.12%
BLUE value IS 236 (92.58% from 255) = 37.40%
R=29.48%
G=33.12%
B=37.40%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1862092360.210.1100.07212.456.8282.75
HexBAD1EC15B07d43953
Octal27232135425130732471123
Binary1011101011010001111011001010110110111110101001110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD1EC; }

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

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

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

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

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

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

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

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