#BAD0E6

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

Shades of Tropical Blue #BAD0E6

Tints of Tropical Blue #BAD0E6

Color information

#BAD0E6 (or 0xBAD0E6) is unknown color: approx Tropical Blue. HEX triplet: BA, D0 and E6. RGB value is (186,208,230). Sum of RGB (Red+Green+Blue) = 186+208+230=624 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.81% from 624); Green value is 208 (81.64% from 255 or 33.33% from 624); Blue value is 230 (90.23% from 255 or 36.86% from 624); Max value from RGB is 230 - color contains mainly: blue. Hex color #BAD0E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAD0E6 is #452F19. Grayscale: #CBCBCB. Windows color (decimal): -4534042 or 15126714. OLE color: 15126714.

HSL color Cylindrical-coordinate representation of color #BAD0E6: hue angle of 210º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BAD0E6 is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB186208230-
CMYK0.190.1000.10
HSL210º46.81%81.57%-
HSV(B)210º19.13%90.2%-
XYZ57.0961.2683.68-
YUV203.93142.71115.21-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.81%
GREEN value IS 208 (81.64% from 255) = 33.33%
BLUE value IS 230 (90.23% from 255) = 36.86%
R=29.81%
G=33.33%
B=36.86%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1862082300.190.1000.1021046.8181.57
HexBAD0E613A0Ad22f52
Octal272320346231201232257122
Binary10111010110100001110011010011101001010110100101011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD0E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD0E6; }

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

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

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

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

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

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

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

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