#BAC0C9

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

Shades of Spindle #BAC0C9

Tints of Spindle #BAC0C9

Color information

#BAC0C9 (or 0xBAC0C9) is unknown color: approx Spindle. HEX triplet: BA, C0 and C9. RGB value is (186,192,201). Sum of RGB (Red+Green+Blue) = 186+192+201=579 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.12% from 579); Green value is 192 (75.39% from 255 or 33.16% from 579); Blue value is 201 (78.91% from 255 or 34.72% from 579); Max value from RGB is 201 - color contains mainly: blue. Hex color #BAC0C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC0C9 is #453F36. Grayscale: #BFBFBF. Windows color (decimal): -4538167 or 13222074. OLE color: 13222074.

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

Color convert

RGB186192201-
CMYK0.070.0400.21
HSL216º12.2%75.88%-
HSV(B)216º7.46%78.82%-
XYZ49.6452.3662.75-
YUV191.23133.51124.27-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.12%
GREEN value IS 192 (75.39% from 255) = 33.16%
BLUE value IS 201 (78.91% from 255) = 34.72%
R=32.12%
G=33.16%
B=34.72%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1861922010.070.0400.2121612.275.88
HexBAC0C974015d8c4c
Octal2723003117402533014114
Binary1011101011000000110010011111000101011101100011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC0C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC0C9; }

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

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

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

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

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

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

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

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