#BAD0F7

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

Shades of Tropical Blue #BAD0F7

Tints of Tropical Blue #BAD0F7

Color information

#BAD0F7 (or 0xBAD0F7) is unknown color: approx Tropical Blue. HEX triplet: BA, D0 and F7. RGB value is (186,208,247). Sum of RGB (Red+Green+Blue) = 186+208+247=641 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.02% from 641); Green value is 208 (81.64% from 255 or 32.45% from 641); Blue value is 247 (96.88% from 255 or 38.53% from 641); Max value from RGB is 247 - color contains mainly: blue. Hex color #BAD0F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAD0F7 is #452F08. Grayscale: #CDCDCD. Windows color (decimal): -4534025 or 16240826. OLE color: 16240826.

HSL color Cylindrical-coordinate representation of color #BAD0F7: hue angle of 218.36º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BAD0F7 is Cyan = 0.25, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB186208247-
CMYK0.250.1600.03
HSL218.36º79.22%84.9%-
HSV(B)218.36º24.7%96.86%-
XYZ59.5962.2796.87-
YUV205.87151.21113.83-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.02%
GREEN value IS 208 (81.64% from 255) = 32.45%
BLUE value IS 247 (96.88% from 255) = 38.53%
R=29.02%
G=32.45%
B=38.53%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1862082470.250.1600.03218.3679.2284.9
HexBAD0F7191003da4f55
Octal272320367312003332117125
Binary10111010110100001111011111001100000111101101010011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD0F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD0F7; }

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

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

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

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

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

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

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

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