#bacde6

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

Shades of Tropical Blue #BACDE6

Tints of Tropical Blue #BACDE6

Color information

#BACDE6 (or 0xBACDE6) is unknown color: approx Tropical Blue. HEX triplet: BA, CD and E6. RGB value is (186,205,230). Sum of RGB (Red+Green+Blue) = 186+205+230=621 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.95% from 621); Green value is 205 (80.47% from 255 or 33.01% from 621); Blue value is 230 (90.23% from 255 or 37.04% from 621); Max value from RGB is 230 - color contains mainly: blue. Hex color #BACDE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BACDE6 is #453219. Grayscale: #CACACA. Windows color (decimal): -4534810 or 15125946. OLE color: 15125946.

HSL color Cylindrical-coordinate representation of color #BACDE6: hue angle of 214.09º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BACDE6 is Cyan = 0.19, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB186205230-
CMYK0.190.1100.10
HSL214.09º46.81%81.57%-
HSV(B)214.09º19.13%90.2%-
XYZ56.3659.8183.44-
YUV202.17143.71116.47-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.95%
GREEN value IS 205 (80.47% from 255) = 33.01%
BLUE value IS 230 (90.23% from 255) = 37.04%
R=29.95%
G=33.01%
B=37.04%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1862052300.190.1100.10214.0946.8181.57
HexBACDE613B0Ad62f52
Octal272315346231301232657122
Binary10111010110011011110011010011101101010110101101011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bacde6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bacde6; }

 p { color: rgb(186,205,230); }

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

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

 a { background-color: rgb(186,205,230); }

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

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

 span { border-color: rgb(186,205,230); }

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