#BAC7DD

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

Shades of Spindle #BAC7DD

Tints of Spindle #BAC7DD

Color information

#BAC7DD (or 0xBAC7DD) is unknown color: approx Spindle. HEX triplet: BA, C7 and DD. RGB value is (186,199,221). Sum of RGB (Red+Green+Blue) = 186+199+221=606 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.69% from 606); Green value is 199 (78.12% from 255 or 32.84% from 606); Blue value is 221 (86.72% from 255 or 36.47% from 606); Max value from RGB is 221 - color contains mainly: blue. Hex color #BAC7DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC7DD is #453822. Grayscale: #C5C5C5. Windows color (decimal): -4536355 or 14534586. OLE color: 14534586.

HSL color Cylindrical-coordinate representation of color #BAC7DD: hue angle of 217.71º degrees, saturation: 0.34, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BAC7DD is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB186199221-
CMYK0.160.1000.13
HSL217.71º33.98%79.8%-
HSV(B)217.71º15.84%86.67%-
XYZ53.7256.5176.48-
YUV197.62141.19119.71-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.69%
GREEN value IS 199 (78.12% from 255) = 32.84%
BLUE value IS 221 (86.72% from 255) = 36.47%
R=30.69%
G=32.84%
B=36.47%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1861992210.160.1000.13217.7133.9879.8
HexBAC7DD10A0Dda2250
Octal272307335201201533242120
Binary10111010110001111101110110000101001101110110101000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC7DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC7DD; }

 p { color: rgb(186,199,221); }

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

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

 a { background-color: rgb(186,199,221); }

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

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

 span { border-color: rgb(186,199,221); }

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