#BAD1F6

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

Shades of Tropical Blue #BAD1F6

Tints of Tropical Blue #BAD1F6

Color information

#BAD1F6 (or 0xBAD1F6) is unknown color: approx Tropical Blue. HEX triplet: BA, D1 and F6. RGB value is (186,209,246). Sum of RGB (Red+Green+Blue) = 186+209+246=641 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.02% from 641); Green value is 209 (82.03% from 255 or 32.61% from 641); Blue value is 246 (96.48% from 255 or 38.38% from 641); Max value from RGB is 246 - color contains mainly: blue. Hex color #BAD1F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAD1F6 is #452E09. Grayscale: #CECECE. Windows color (decimal): -4533770 or 16175546. OLE color: 16175546.

HSL color Cylindrical-coordinate representation of color #BAD1F6: hue angle of 217º degrees, saturation: 0.77, 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 #BAD1F6 is Cyan = 0.24, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB186209246-
CMYK0.240.1500.04
HSL217º76.92%84.71%-
HSV(B)217º24.39%96.47%-
XYZ59.6862.6996.14-
YUV206.34150.38113.49-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.02%
GREEN value IS 209 (82.03% from 255) = 32.61%
BLUE value IS 246 (96.48% from 255) = 38.38%
R=29.02%
G=32.61%
B=38.38%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1862092460.240.1500.0421776.9284.71
HexBAD1F618F04d94d55
Octal272321366301704331115125
Binary10111010110100011111011011000111101001101100110011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD1F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD1F6; }

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

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

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

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

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

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

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

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