#BAC0C7

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

Shades of Spindle #BAC0C7

Tints of Spindle #BAC0C7

Color information

#BAC0C7 (or 0xBAC0C7) is unknown color: approx Spindle. HEX triplet: BA, C0 and C7. RGB value is (186,192,199). Sum of RGB (Red+Green+Blue) = 186+192+199=577 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.24% from 577); Green value is 192 (75.39% from 255 or 33.28% from 577); Blue value is 199 (78.12% from 255 or 34.49% from 577); Max value from RGB is 199 - color contains mainly: blue. Hex color #BAC0C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC0C7 is #453F38. Grayscale: #BEBEBE. Windows color (decimal): -4538169 or 13091002. OLE color: 13091002.

HSL color Cylindrical-coordinate representation of color #BAC0C7: hue angle of 212.31º degrees, saturation: 0.1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BAC0C7 is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB186192199-
CMYK0.070.0400.22
HSL212.31º10.4%75.49%-
HSV(B)212.31º6.53%78.04%-
XYZ49.4152.2661.52-
YUV191132.51124.43-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.24%
GREEN value IS 192 (75.39% from 255) = 33.28%
BLUE value IS 199 (78.12% from 255) = 34.49%
R=32.24%
G=33.28%
B=34.49%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1861921990.070.0400.22212.3110.475.49
HexBAC0C774016d4a4b
Octal2723003077402632412113
Binary1011101011000000110001111111000101101101010010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC0C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC0C7; }

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

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

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

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

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

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

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

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