#BAD0EB

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

Shades of Tropical Blue #BAD0EB

Tints of Tropical Blue #BAD0EB

Color information

#BAD0EB (or 0xBAD0EB) is unknown color: approx Tropical Blue. HEX triplet: BA, D0 and EB. RGB value is (186,208,235). Sum of RGB (Red+Green+Blue) = 186+208+235=629 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.57% from 629); Green value is 208 (81.64% from 255 or 33.07% from 629); Blue value is 235 (92.19% from 255 or 37.36% from 629); Max value from RGB is 235 - color contains mainly: blue. Hex color #BAD0EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAD0EB is #452F14. Grayscale: #CCCCCC. Windows color (decimal): -4534037 or 15454394. OLE color: 15454394.

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

Color convert

RGB186208235-
CMYK0.210.1100.08
HSL213.06º55.06%82.55%-
HSV(B)213.06º20.85%92.16%-
XYZ57.861.5587.43-
YUV204.5145.21114.8-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.57%
GREEN value IS 208 (81.64% from 255) = 33.07%
BLUE value IS 235 (92.19% from 255) = 37.36%
R=29.57%
G=33.07%
B=37.36%

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
Decimal1862082350.210.1100.08213.0655.0682.55
HexBAD0EB15B08d53753
Octal272320353251301032567123
Binary10111010110100001110101110101101101000110101011101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD0EB; }

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

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

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

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

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

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

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

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