#BAD2E5

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

Shades of Tropical Blue #BAD2E5

Tints of Tropical Blue #BAD2E5

Color information

#BAD2E5 (or 0xBAD2E5) is unknown color: approx Tropical Blue. HEX triplet: BA, D2 and E5. RGB value is (186,210,229). Sum of RGB (Red+Green+Blue) = 186+210+229=625 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.76% from 625); Green value is 210 (82.42% from 255 or 33.6% from 625); Blue value is 229 (89.84% from 255 or 36.64% from 625); Max value from RGB is 229 - color contains mainly: blue. Hex color #BAD2E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD2E5 is #452D1A. Grayscale: #CCCCCC. Windows color (decimal): -4533531 or 15061690. OLE color: 15061690.

HSL color Cylindrical-coordinate representation of color #BAD2E5: hue angle of 206.51º 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 #BAD2E5 is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB186210229-
CMYK0.190.0800.10
HSL206.51º45.26%81.37%-
HSV(B)206.51º18.78%89.8%-
XYZ57.4462.1983.11-
YUV204.99141.55114.46-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.76%
GREEN value IS 210 (82.42% from 255) = 33.6%
BLUE value IS 229 (89.84% from 255) = 36.64%
R=29.76%
G=33.6%
B=36.64%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1862102290.190.0800.10206.5145.2681.37
HexBAD2E51380Acf2d51
Octal272322345231001231755121
Binary10111010110100101110010110011100001010110011111011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD2E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD2E5; }

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

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

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

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

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

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

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

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