#BAD2F2

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

Shades of Tropical Blue #BAD2F2

Tints of Tropical Blue #BAD2F2

Color information

#BAD2F2 (or 0xBAD2F2) is unknown color: approx Tropical Blue. HEX triplet: BA, D2 and F2. RGB value is (186,210,242). Sum of RGB (Red+Green+Blue) = 186+210+242=638 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.15% from 638); Green value is 210 (82.42% from 255 or 32.92% from 638); Blue value is 242 (94.92% from 255 or 37.93% from 638); Max value from RGB is 242 - color contains mainly: blue. Hex color #BAD2F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAD2F2 is #452D0D. Grayscale: #CECECE. Windows color (decimal): -4533518 or 15913658. OLE color: 15913658.

HSL color Cylindrical-coordinate representation of color #BAD2F2: hue angle of 214.29º degrees, saturation: 0.68, 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 #BAD2F2 is Cyan = 0.23, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB186210242-
CMYK0.230.1300.05
HSL214.29º68.29%83.92%-
HSV(B)214.29º23.14%94.9%-
XYZ59.3262.9493.03-
YUV206.47148.05113.4-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.15%
GREEN value IS 210 (82.42% from 255) = 32.92%
BLUE value IS 242 (94.92% from 255) = 37.93%
R=29.15%
G=32.92%
B=37.93%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1862102420.230.1300.05214.2968.2983.92
HexBAD2F217D05d64454
Octal272322362271505326104124
Binary10111010110100101111001010111110101011101011010001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD2F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD2F2; }

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

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

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

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

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

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

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

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