#BAD1F0

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

Shades of Tropical Blue #BAD1F0

Tints of Tropical Blue #BAD1F0

Color information

#BAD1F0 (or 0xBAD1F0) is unknown color: approx Tropical Blue. HEX triplet: BA, D1 and F0. RGB value is (186,209,240). Sum of RGB (Red+Green+Blue) = 186+209+240=635 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.29% from 635); Green value is 209 (82.03% from 255 or 32.91% from 635); Blue value is 240 (94.14% from 255 or 37.80% from 635); Max value from RGB is 240 - color contains mainly: blue. Hex color #BAD1F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAD1F0 is #452E0F. Grayscale: #CDCDCD. Windows color (decimal): -4533776 or 15782330. OLE color: 15782330.

HSL color Cylindrical-coordinate representation of color #BAD1F0: hue angle of 214.44º 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 #BAD1F0 is Cyan = 0.22, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB186209240-
CMYK0.220.1300.06
HSL214.44º64.29%83.53%-
HSV(B)214.44º22.5%94.12%-
XYZ58.7862.3391.37-
YUV205.66147.38113.98-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.29%
GREEN value IS 209 (82.03% from 255) = 32.91%
BLUE value IS 240 (94.14% from 255) = 37.80%
R=29.29%
G=32.91%
B=37.80%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1862092400.220.1300.06214.4464.2983.53
HexBAD1F016D06d64054
Octal272321360261506326100124
Binary10111010110100011111000010110110101101101011010000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD1F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD1F0; }

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

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

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

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

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

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

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

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