#BAD2F5

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

Shades of Tropical Blue #BAD2F5

Tints of Tropical Blue #BAD2F5

Color information

#BAD2F5 (or 0xBAD2F5) is unknown color: approx Tropical Blue. HEX triplet: BA, D2 and F5. RGB value is (186,210,245). Sum of RGB (Red+Green+Blue) = 186+210+245=641 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.02% from 641); Green value is 210 (82.42% from 255 or 32.76% from 641); Blue value is 245 (96.09% from 255 or 38.22% from 641); Max value from RGB is 245 - color contains mainly: blue. Hex color #BAD2F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAD2F5 is #452D0A. Grayscale: #CECECE. Windows color (decimal): -4533515 or 16110266. OLE color: 16110266.

HSL color Cylindrical-coordinate representation of color #BAD2F5: hue angle of 215.59º degrees, saturation: 0.75, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BAD2F5 is Cyan = 0.24, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB186210245-
CMYK0.240.1400.04
HSL215.59º74.68%84.51%-
HSV(B)215.59º24.08%96.08%-
XYZ59.7863.1295.42-
YUV206.81149.55113.15-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.02%
GREEN value IS 210 (82.42% from 255) = 32.76%
BLUE value IS 245 (96.09% from 255) = 38.22%
R=29.02%
G=32.76%
B=38.22%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1862102450.240.1400.04215.5974.6884.51
HexBAD2F518E04d84b55
Octal272322365301604330113125
Binary10111010110100101111010111000111001001101100010010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD2F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD2F5; }

 p { color: rgb(186,210,245); }

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

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

 a { background-color: rgb(186,210,245); }

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

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

 span { border-color: rgb(186,210,245); }

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