#BAD0E5

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

Shades of Tropical Blue #BAD0E5

Tints of Tropical Blue #BAD0E5

Color information

#BAD0E5 (or 0xBAD0E5) is unknown color: approx Tropical Blue. HEX triplet: BA, D0 and E5. RGB value is (186,208,229). Sum of RGB (Red+Green+Blue) = 186+208+229=623 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.86% from 623); Green value is 208 (81.64% from 255 or 33.39% from 623); Blue value is 229 (89.84% from 255 or 36.76% from 623); Max value from RGB is 229 - color contains mainly: blue. Hex color #BAD0E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD0E5 is #452F1A. Grayscale: #CBCBCB. Windows color (decimal): -4534043 or 15061178. OLE color: 15061178.

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

Color convert

RGB186208229-
CMYK0.190.0900.10
HSL209.3º45.26%81.37%-
HSV(B)209.3º18.78%89.8%-
XYZ56.9561.2182.94-
YUV203.82142.21115.29-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.86%
GREEN value IS 208 (81.64% from 255) = 33.39%
BLUE value IS 229 (89.84% from 255) = 36.76%
R=29.86%
G=33.39%
B=36.76%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1862082290.190.0900.10209.345.2681.37
HexBAD0E51390Ad12d51
Octal272320345231101232155121
Binary10111010110100001110010110011100101010110100011011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD0E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD0E5; }

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

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

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

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

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

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

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

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