#BAD2EB

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

Shades of Tropical Blue #BAD2EB

Tints of Tropical Blue #BAD2EB

Color information

#BAD2EB (or 0xBAD2EB) is unknown color: approx Tropical Blue. HEX triplet: BA, D2 and EB. RGB value is (186,210,235). Sum of RGB (Red+Green+Blue) = 186+210+235=631 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.48% from 631); Green value is 210 (82.42% from 255 or 33.28% from 631); Blue value is 235 (92.19% from 255 or 37.24% from 631); Max value from RGB is 235 - color contains mainly: blue. Hex color #BAD2EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAD2EB is #452D14. Grayscale: #CDCDCD. Windows color (decimal): -4533525 or 15454906. OLE color: 15454906.

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

Color convert

RGB186210235-
CMYK0.210.1100.08
HSL210.61º55.06%82.55%-
HSV(B)210.61º20.85%92.16%-
XYZ58.2962.5387.59-
YUV205.67144.55113.97-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.48%
GREEN value IS 210 (82.42% from 255) = 33.28%
BLUE value IS 235 (92.19% from 255) = 37.24%
R=29.48%
G=33.28%
B=37.24%

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
Decimal1862102350.210.1100.08210.6155.0682.55
HexBAD2EB15B08d33753
Octal272322353251301032367123
Binary10111010110100101110101110101101101000110100111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD2EB; }

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

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

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

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

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

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

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

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