#BAD0FB

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

Shades of Tropical Blue #BAD0FB

Tints of Tropical Blue #BAD0FB

Color information

#BAD0FB (or 0xBAD0FB) is unknown color: approx Tropical Blue. HEX triplet: BA, D0 and FB. RGB value is (186,208,251). Sum of RGB (Red+Green+Blue) = 186+208+251=645 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.84% from 645); Green value is 208 (81.64% from 255 or 32.25% from 645); Blue value is 251 (98.44% from 255 or 38.91% from 645); Max value from RGB is 251 - color contains mainly: blue. Hex color #BAD0FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAD0FB is #452F04. Grayscale: #CECECE. Windows color (decimal): -4534021 or 16502970. OLE color: 16502970.

HSL color Cylindrical-coordinate representation of color #BAD0FB: hue angle of 219.69º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAD0FB is Cyan = 0.26, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB186208251-
CMYK0.260.1700.02
HSL219.69º89.04%85.69%-
HSV(B)219.69º25.9%98.43%-
XYZ60.2262.52100.16-
YUV206.32153.21113.5-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.84%
GREEN value IS 208 (81.64% from 255) = 32.25%
BLUE value IS 251 (98.44% from 255) = 38.91%
R=28.84%
G=32.25%
B=38.91%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1862082510.260.1700.02219.6989.0485.69
HexBAD0FB1A1102dc5956
Octal272320373322102334131126
Binary10111010110100001111101111010100010101101110010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD0FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD0FB; }

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

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

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

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

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

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

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

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