#BACDEA

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

Shades of Tropical Blue #BACDEA

Tints of Tropical Blue #BACDEA

Color information

#BACDEA (or 0xBACDEA) is unknown color: approx Tropical Blue. HEX triplet: BA, CD and EA. RGB value is (186,205,234). Sum of RGB (Red+Green+Blue) = 186+205+234=625 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.76% from 625); Green value is 205 (80.47% from 255 or 32.8% from 625); Blue value is 234 (91.80% from 255 or 37.44% from 625); Max value from RGB is 234 - color contains mainly: blue. Hex color #BACDEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BACDEA is #453215. Grayscale: #CACACA. Windows color (decimal): -4534806 or 15388090. OLE color: 15388090.

HSL color Cylindrical-coordinate representation of color #BACDEA: hue angle of 216.25º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BACDEA is Cyan = 0.21, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB186205234-
CMYK0.210.1200.08
HSL216.25º53.33%82.35%-
HSV(B)216.25º20.51%91.76%-
XYZ56.9360.0486.43-
YUV202.62145.71116.14-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.76%
GREEN value IS 205 (80.47% from 255) = 32.8%
BLUE value IS 234 (91.80% from 255) = 37.44%
R=29.76%
G=32.8%
B=37.44%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1862052340.210.1200.08216.2553.3382.35
HexBACDEA15C08d83552
Octal272315352251401033065122
Binary10111010110011011110101010101110001000110110001101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACDEA; }

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

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

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

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

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

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

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

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