#BAC2C9

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

Shades of Spindle #BAC2C9

Tints of Spindle #BAC2C9

Color information

#BAC2C9 (or 0xBAC2C9) is unknown color: approx Spindle. HEX triplet: BA, C2 and C9. RGB value is (186,194,201). Sum of RGB (Red+Green+Blue) = 186+194+201=581 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.01% from 581); Green value is 194 (76.17% from 255 or 33.39% from 581); Blue value is 201 (78.91% from 255 or 34.60% from 581); Max value from RGB is 201 - color contains mainly: blue. Hex color #BAC2C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC2C9 is #453D36. Grayscale: #C0C0C0. Windows color (decimal): -4537655 or 13222586. OLE color: 13222586.

HSL color Cylindrical-coordinate representation of color #BAC2C9: hue angle of 208º degrees, saturation: 0.12, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BAC2C9 is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB186194201-
CMYK0.070.0300.21
HSL208º12.2%75.88%-
HSV(B)208º7.46%78.82%-
XYZ50.0853.2462.89-
YUV192.41132.85123.43-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.01%
GREEN value IS 194 (76.17% from 255) = 33.39%
BLUE value IS 201 (78.91% from 255) = 34.60%
R=32.01%
G=33.39%
B=34.60%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1861942010.070.0300.2120812.275.88
HexBAC2C973015d0c4c
Octal2723023117302532014114
Binary101110101100001011001001111110101011101000011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC2C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC2C9; }

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

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

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

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

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

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

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

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