#BAC9D6

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

Shades of Spindle #BAC9D6

Tints of Spindle #BAC9D6

Color information

#BAC9D6 (or 0xBAC9D6) is unknown color: approx Spindle. HEX triplet: BA, C9 and D6. RGB value is (186,201,214). Sum of RGB (Red+Green+Blue) = 186+201+214=601 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.95% from 601); Green value is 201 (78.91% from 255 or 33.44% from 601); Blue value is 214 (83.98% from 255 or 35.61% from 601); Max value from RGB is 214 - color contains mainly: blue. Hex color #BAC9D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC9D6 is #453629. Grayscale: #C5C5C5. Windows color (decimal): -4535850 or 14076346. OLE color: 14076346.

HSL color Cylindrical-coordinate representation of color #BAC9D6: hue angle of 207.86º degrees, saturation: 0.25, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BAC9D6 is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB186201214-
CMYK0.130.0600.16
HSL207.86º25.45%78.43%-
HSV(B)207.86º13.08%83.92%-
XYZ53.2757.0771.83-
YUV198137.03119.44-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.95%
GREEN value IS 201 (78.91% from 255) = 33.44%
BLUE value IS 214 (83.98% from 255) = 35.61%
R=30.95%
G=33.44%
B=35.61%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1862012140.130.0600.16207.8625.4578.43
HexBAC9D6D6010d0194e
Octal27231132615602032031116
Binary101110101100100111010110110111001000011010000110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC9D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC9D6; }

 p { color: rgb(186,201,214); }

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

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

 a { background-color: rgb(186,201,214); }

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

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

 span { border-color: rgb(186,201,214); }

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