#BAD3EB

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

Shades of Tropical Blue #BAD3EB

Tints of Tropical Blue #BAD3EB

Color information

#BAD3EB (or 0xBAD3EB) is unknown color: approx Tropical Blue. HEX triplet: BA, D3 and EB. RGB value is (186,211,235). Sum of RGB (Red+Green+Blue) = 186+211+235=632 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.43% from 632); Green value is 211 (82.81% from 255 or 33.39% from 632); Blue value is 235 (92.19% from 255 or 37.18% from 632); Max value from RGB is 235 - color contains mainly: blue. Hex color #BAD3EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAD3EB is #452C14. Grayscale: #CECECE. Windows color (decimal): -4533269 or 15455162. OLE color: 15455162.

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

Color convert

RGB186211235-
CMYK0.210.1000.08
HSL209.39º55.06%82.55%-
HSV(B)209.39º20.85%92.16%-
XYZ58.5463.0387.68-
YUV206.26144.22113.55-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.43%
GREEN value IS 211 (82.81% from 255) = 33.39%
BLUE value IS 235 (92.19% from 255) = 37.18%
R=29.43%
G=33.39%
B=37.18%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1862112350.210.1000.08209.3955.0682.55
HexBAD3EB15A08d13753
Octal272323353251201032167123
Binary10111010110100111110101110101101001000110100011101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD3EB; }

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

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

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

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

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

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

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

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