#BAD0F6

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

Shades of Tropical Blue #BAD0F6

Tints of Tropical Blue #BAD0F6

Color information

#BAD0F6 (or 0xBAD0F6) is unknown color: approx Tropical Blue. HEX triplet: BA, D0 and F6. RGB value is (186,208,246). Sum of RGB (Red+Green+Blue) = 186+208+246=640 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.06% from 640); Green value is 208 (81.64% from 255 or 32.5% from 640); Blue value is 246 (96.48% from 255 or 38.44% from 640); Max value from RGB is 246 - color contains mainly: blue. Hex color #BAD0F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAD0F6 is #452F09. Grayscale: #CDCDCD. Windows color (decimal): -4534026 or 16175290. OLE color: 16175290.

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

Color convert

RGB186208246-
CMYK0.240.1500.04
HSL218º76.92%84.71%-
HSV(B)218º24.39%96.47%-
XYZ59.4462.296.06-
YUV205.75150.71113.91-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.06%
GREEN value IS 208 (81.64% from 255) = 32.5%
BLUE value IS 246 (96.48% from 255) = 38.44%
R=29.06%
G=32.5%
B=38.44%

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
Decimal1862082460.240.1500.0421876.9284.71
HexBAD0F618F04da4d55
Octal272320366301704332115125
Binary10111010110100001111011011000111101001101101010011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD0F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD0F6; }

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

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

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

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

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

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

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

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