#BACEE8

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

Shades of Tropical Blue #BACEE8

Tints of Tropical Blue #BACEE8

Color information

#BACEE8 (or 0xBACEE8) is unknown color: approx Tropical Blue. HEX triplet: BA, CE and E8. RGB value is (186,206,232). Sum of RGB (Red+Green+Blue) = 186+206+232=624 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.81% from 624); Green value is 206 (80.86% from 255 or 33.01% from 624); Blue value is 232 (91.02% from 255 or 37.18% from 624); Max value from RGB is 232 - color contains mainly: blue. Hex color #BACEE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BACEE8 is #453117. Grayscale: #CACACA. Windows color (decimal): -4534552 or 15257274. OLE color: 15257274.

HSL color Cylindrical-coordinate representation of color #BACEE8: hue angle of 213.91º degrees, saturation: 0.5, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BACEE8 is Cyan = 0.20, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB186206232-
CMYK0.200.1100.09
HSL213.91º50%81.96%-
HSV(B)213.91º19.83%90.98%-
XYZ56.8960.4185.01-
YUV202.98144.37115.89-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.81%
GREEN value IS 206 (80.86% from 255) = 33.01%
BLUE value IS 232 (91.02% from 255) = 37.18%
R=29.81%
G=33.01%
B=37.18%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1862062320.200.1100.09213.915081.96
HexBACEE814B09d63252
Octal272316350241301132662122
Binary10111010110011101110100010100101101001110101101100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACEE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACEE8; }

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

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

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

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

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

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

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

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