#BAD2F0

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

Shades of Tropical Blue #BAD2F0

Tints of Tropical Blue #BAD2F0

Color information

#BAD2F0 (or 0xBAD2F0) is unknown color: approx Tropical Blue. HEX triplet: BA, D2 and F0. RGB value is (186,210,240). Sum of RGB (Red+Green+Blue) = 186+210+240=636 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.25% from 636); Green value is 210 (82.42% from 255 or 33.02% from 636); Blue value is 240 (94.14% from 255 or 37.74% from 636); Max value from RGB is 240 - color contains mainly: blue. Hex color #BAD2F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAD2F0 is #452D0F. Grayscale: #CECECE. Windows color (decimal): -4533520 or 15782586. OLE color: 15782586.

HSL color Cylindrical-coordinate representation of color #BAD2F0: hue angle of 213.33º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BAD2F0 is Cyan = 0.22, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB186210240-
CMYK0.220.1200.06
HSL213.33º64.29%83.53%-
HSV(B)213.33º22.5%94.12%-
XYZ59.0262.8291.45-
YUV206.24147.05113.56-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.25%
GREEN value IS 210 (82.42% from 255) = 33.02%
BLUE value IS 240 (94.14% from 255) = 37.74%
R=29.25%
G=33.02%
B=37.74%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1862102400.220.1200.06213.3364.2983.53
HexBAD2F016C06d54054
Octal272322360261406325100124
Binary10111010110100101111000010110110001101101010110000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD2F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD2F0; }

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

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

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

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

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

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

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

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