#BAD0F0

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

Shades of Tropical Blue #BAD0F0

Tints of Tropical Blue #BAD0F0

Color information

#BAD0F0 (or 0xBAD0F0) is unknown color: approx Tropical Blue. HEX triplet: BA, D0 and F0. RGB value is (186,208,240). Sum of RGB (Red+Green+Blue) = 186+208+240=634 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.34% from 634); Green value is 208 (81.64% from 255 or 32.81% from 634); Blue value is 240 (94.14% from 255 or 37.85% from 634); Max value from RGB is 240 - color contains mainly: blue. Hex color #BAD0F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAD0F0 is #452F0F. Grayscale: #CCCCCC. Windows color (decimal): -4534032 or 15782074. OLE color: 15782074.

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

Color convert

RGB186208240-
CMYK0.220.1300.06
HSL215.56º64.29%83.53%-
HSV(B)215.56º22.5%94.12%-
XYZ58.5361.8491.29-
YUV205.07147.71114.4-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.34%
GREEN value IS 208 (81.64% from 255) = 32.81%
BLUE value IS 240 (94.14% from 255) = 37.85%
R=29.34%
G=32.81%
B=37.85%

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
Decimal1862082400.220.1300.06215.5664.2983.53
HexBAD0F016D06d84054
Octal272320360261506330100124
Binary10111010110100001111000010110110101101101100010000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD0F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD0F0; }

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

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

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

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

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

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

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

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