#BAD1FD

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

Shades of Tropical Blue #BAD1FD

Tints of Tropical Blue #BAD1FD

Color information

#BAD1FD (or 0xBAD1FD) is unknown color: approx Tropical Blue. HEX triplet: BA, D1 and FD. RGB value is (186,209,253). Sum of RGB (Red+Green+Blue) = 186+209+253=648 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.70% from 648); Green value is 209 (82.03% from 255 or 32.25% from 648); Blue value is 253 (99.22% from 255 or 39.04% from 648); Max value from RGB is 253 - color contains mainly: blue. Hex color #BAD1FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAD1FD is #452E02. Grayscale: #CECECE. Windows color (decimal): -4533763 or 16634298. OLE color: 16634298.

HSL color Cylindrical-coordinate representation of color #BAD1FD: hue angle of 219.4º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAD1FD is Cyan = 0.26, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB186209253-
CMYK0.260.1700.01
HSL219.4º94.37%86.08%-
HSV(B)219.4º26.48%99.22%-
XYZ60.7863.13101.91-
YUV207.14153.88112.92-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.70%
GREEN value IS 209 (82.03% from 255) = 32.25%
BLUE value IS 253 (99.22% from 255) = 39.04%
R=28.70%
G=32.25%
B=39.04%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1862092530.260.1700.01219.494.3786.08
HexBAD1FD1A1101db5e56
Octal272321375322101333136126
Binary1011101011010001111111011101010001011101101110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD1FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD1FD; }

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

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

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

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

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

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

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

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