#BAD0F3

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

Shades of Tropical Blue #BAD0F3

Tints of Tropical Blue #BAD0F3

Color information

#BAD0F3 (or 0xBAD0F3) is unknown color: approx Tropical Blue. HEX triplet: BA, D0 and F3. RGB value is (186,208,243). Sum of RGB (Red+Green+Blue) = 186+208+243=637 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.20% from 637); Green value is 208 (81.64% from 255 or 32.65% from 637); Blue value is 243 (95.31% from 255 or 38.15% from 637); Max value from RGB is 243 - color contains mainly: blue. Hex color #BAD0F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAD0F3 is #452F0C. Grayscale: #CDCDCD. Windows color (decimal): -4534029 or 15978682. OLE color: 15978682.

HSL color Cylindrical-coordinate representation of color #BAD0F3: hue angle of 216.84º degrees, saturation: 0.7, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BAD0F3 is Cyan = 0.23, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB186208243-
CMYK0.230.1400.05
HSL216.84º70.37%84.12%-
HSV(B)216.84º23.46%95.29%-
XYZ58.9862.0293.66-
YUV205.41149.21114.15-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.20%
GREEN value IS 208 (81.64% from 255) = 32.65%
BLUE value IS 243 (95.31% from 255) = 38.15%
R=29.20%
G=32.65%
B=38.15%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1862082430.230.1400.05216.8470.3784.12
HexBAD0F317E05d94654
Octal272320363271605331106124
Binary10111010110100001111001110111111001011101100110001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD0F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD0F3; }

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

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

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

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

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

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

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

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