#BAC8DD

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

Shades of Spindle #BAC8DD

Tints of Spindle #BAC8DD

Color information

#BAC8DD (or 0xBAC8DD) is unknown color: approx Spindle. HEX triplet: BA, C8 and DD. RGB value is (186,200,221). Sum of RGB (Red+Green+Blue) = 186+200+221=607 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.64% from 607); Green value is 200 (78.52% from 255 or 32.95% from 607); Blue value is 221 (86.72% from 255 or 36.41% from 607); Max value from RGB is 221 - color contains mainly: blue. Hex color #BAC8DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC8DD is #453722. Grayscale: #C6C6C6. Windows color (decimal): -4536099 or 14534842. OLE color: 14534842.

HSL color Cylindrical-coordinate representation of color #BAC8DD: hue angle of 216º 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 #BAC8DD is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB186200221-
CMYK0.160.1000.13
HSL216º33.98%79.8%-
HSV(B)216º15.84%86.67%-
XYZ53.9656.9776.56-
YUV198.21140.86119.29-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.64%
GREEN value IS 200 (78.52% from 255) = 32.95%
BLUE value IS 221 (86.72% from 255) = 36.41%
R=30.64%
G=32.95%
B=36.41%

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
Decimal1862002210.160.1000.1321633.9879.8
HexBAC8DD10A0Dd82250
Octal272310335201201533042120
Binary10111010110010001101110110000101001101110110001000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC8DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC8DD; }

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

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

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

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

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

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

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

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