#BACEE5

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

Shades of Tropical Blue #BACEE5

Tints of Tropical Blue #BACEE5

Color information

#BACEE5 (or 0xBACEE5) is unknown color: approx Tropical Blue. HEX triplet: BA, CE and E5. RGB value is (186,206,229). Sum of RGB (Red+Green+Blue) = 186+206+229=621 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.95% from 621); Green value is 206 (80.86% from 255 or 33.17% from 621); Blue value is 229 (89.84% from 255 or 36.88% from 621); Max value from RGB is 229 - color contains mainly: blue. Hex color #BACEE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACEE5 is #45311A. Grayscale: #CACACA. Windows color (decimal): -4534555 or 15060666. OLE color: 15060666.

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

Color convert

RGB186206229-
CMYK0.190.1000.10
HSL212.09º45.26%81.37%-
HSV(B)212.09º18.78%89.8%-
XYZ56.4660.2482.78-
YUV202.64142.87116.13-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.95%
GREEN value IS 206 (80.86% from 255) = 33.17%
BLUE value IS 229 (89.84% from 255) = 36.88%
R=29.95%
G=33.17%
B=36.88%

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
Decimal1862062290.190.1000.10212.0945.2681.37
HexBACEE513A0Ad42d51
Octal272316345231201232455121
Binary10111010110011101110010110011101001010110101001011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACEE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACEE5; }

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

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

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

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

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

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

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

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