#BACEE6

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

Shades of Tropical Blue #BACEE6

Tints of Tropical Blue #BACEE6

Color information

#BACEE6 (or 0xBACEE6) is unknown color: approx Tropical Blue. HEX triplet: BA, CE and E6. RGB value is (186,206,230). Sum of RGB (Red+Green+Blue) = 186+206+230=622 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.90% from 622); Green value is 206 (80.86% from 255 or 33.12% from 622); Blue value is 230 (90.23% from 255 or 36.98% from 622); Max value from RGB is 230 - color contains mainly: blue. Hex color #BACEE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BACEE6 is #453119. Grayscale: #CACACA. Windows color (decimal): -4534554 or 15126202. OLE color: 15126202.

HSL color Cylindrical-coordinate representation of color #BACEE6: hue angle of 212.73º 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 #BACEE6 is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB186206230-
CMYK0.190.1000.10
HSL212.73º46.81%81.57%-
HSV(B)212.73º19.13%90.2%-
XYZ56.660.2983.52-
YUV202.76143.37116.05-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.90%
GREEN value IS 206 (80.86% from 255) = 33.12%
BLUE value IS 230 (90.23% from 255) = 36.98%
R=29.90%
G=33.12%
B=36.98%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1862062300.190.1000.10212.7346.8181.57
HexBACEE613A0Ad52f52
Octal272316346231201232557122
Binary10111010110011101110011010011101001010110101011011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACEE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACEE6; }

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

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

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

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

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

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

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

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