#BAD1EE

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

Shades of Tropical Blue #BAD1EE

Tints of Tropical Blue #BAD1EE

Color information

#BAD1EE (or 0xBAD1EE) is unknown color: approx Tropical Blue. HEX triplet: BA, D1 and EE. RGB value is (186,209,238). Sum of RGB (Red+Green+Blue) = 186+209+238=633 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.38% from 633); Green value is 209 (82.03% from 255 or 33.02% from 633); Blue value is 238 (93.36% from 255 or 37.60% from 633); Max value from RGB is 238 - color contains mainly: blue. Hex color #BAD1EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAD1EE is #452E11. Grayscale: #CDCDCD. Windows color (decimal): -4533778 or 15651258. OLE color: 15651258.

HSL color Cylindrical-coordinate representation of color #BAD1EE: hue angle of 213.46º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BAD1EE is Cyan = 0.22, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB186209238-
CMYK0.220.1200.07
HSL213.46º60.47%83.14%-
HSV(B)213.46º21.85%93.33%-
XYZ58.4862.2189.81-
YUV205.43146.38114.14-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.38%
GREEN value IS 209 (82.03% from 255) = 33.02%
BLUE value IS 238 (93.36% from 255) = 37.60%
R=29.38%
G=33.02%
B=37.60%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1862092380.220.1200.07213.4660.4783.14
HexBAD1EE16C07d53c53
Octal27232135626140732574123
Binary1011101011010001111011101011011000111110101011111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD1EE; }

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

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

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

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

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

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

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

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