#BACDE7

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

Shades of Tropical Blue #BACDE7

Tints of Tropical Blue #BACDE7

Color information

#BACDE7 (or 0xBACDE7) is unknown color: approx Tropical Blue. HEX triplet: BA, CD and E7. RGB value is (186,205,231). Sum of RGB (Red+Green+Blue) = 186+205+231=622 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.90% from 622); Green value is 205 (80.47% from 255 or 32.96% from 622); Blue value is 231 (90.62% from 255 or 37.14% from 622); Max value from RGB is 231 - color contains mainly: blue. Hex color #BACDE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BACDE7 is #453218. Grayscale: #CACACA. Windows color (decimal): -4534809 or 15191482. OLE color: 15191482.

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

Color convert

RGB186205231-
CMYK0.190.1100.09
HSL214.67º48.39%81.76%-
HSV(B)214.67º19.48%90.59%-
XYZ56.559.8784.18-
YUV202.28144.21116.39-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.90%
GREEN value IS 205 (80.47% from 255) = 32.96%
BLUE value IS 231 (90.62% from 255) = 37.14%
R=29.90%
G=32.96%
B=37.14%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1862052310.190.1100.09214.6748.3981.76
HexBACDE713B09d73052
Octal272315347231301132760122
Binary10111010110011011110011110011101101001110101111100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACDE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACDE7; }

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

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

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

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

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

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

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

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