#BAD0F2

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

Shades of Tropical Blue #BAD0F2

Tints of Tropical Blue #BAD0F2

Color information

#BAD0F2 (or 0xBAD0F2) is unknown color: approx Tropical Blue. HEX triplet: BA, D0 and F2. RGB value is (186,208,242). Sum of RGB (Red+Green+Blue) = 186+208+242=636 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.25% from 636); Green value is 208 (81.64% from 255 or 32.70% from 636); Blue value is 242 (94.92% from 255 or 38.05% from 636); Max value from RGB is 242 - color contains mainly: blue. Hex color #BAD0F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAD0F2 is #452F0D. Grayscale: #CDCDCD. Windows color (decimal): -4534030 or 15913146. OLE color: 15913146.

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

Color convert

RGB186208242-
CMYK0.230.1400.05
HSL216.43º68.29%83.92%-
HSV(B)216.43º23.14%94.9%-
XYZ58.8361.9692.86-
YUV205.3148.71114.24-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.25%
GREEN value IS 208 (81.64% from 255) = 32.70%
BLUE value IS 242 (94.92% from 255) = 38.05%
R=29.25%
G=32.70%
B=38.05%

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
Decimal1862082420.230.1400.05216.4368.2983.92
HexBAD0F217E05d84454
Octal272320362271605330104124
Binary10111010110100001111001010111111001011101100010001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD0F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD0F2; }

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

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

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

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

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

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

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

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