#BAD0EA

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

Shades of Tropical Blue #BAD0EA

Tints of Tropical Blue #BAD0EA

Color information

#BAD0EA (or 0xBAD0EA) is unknown color: approx Tropical Blue. HEX triplet: BA, D0 and EA. RGB value is (186,208,234). Sum of RGB (Red+Green+Blue) = 186+208+234=628 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.62% from 628); Green value is 208 (81.64% from 255 or 33.12% from 628); Blue value is 234 (91.80% from 255 or 37.26% from 628); Max value from RGB is 234 - color contains mainly: blue. Hex color #BAD0EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAD0EA is #452F15. Grayscale: #CCCCCC. Windows color (decimal): -4534038 or 15388858. OLE color: 15388858.

HSL color Cylindrical-coordinate representation of color #BAD0EA: hue angle of 212.5º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAD0EA is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB186208234-
CMYK0.210.1100.08
HSL212.5º53.33%82.35%-
HSV(B)212.5º20.51%91.76%-
XYZ57.6661.4986.67-
YUV204.39144.71114.89-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.62%
GREEN value IS 208 (81.64% from 255) = 33.12%
BLUE value IS 234 (91.80% from 255) = 37.26%
R=29.62%
G=33.12%
B=37.26%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1862082340.210.1100.08212.553.3382.35
HexBAD0EA15B08d43552
Octal272320352251301032465122
Binary10111010110100001110101010101101101000110101001101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD0EA; }

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

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

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

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

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

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

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

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