#BAC0CE

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

Shades of Spindle #BAC0CE

Tints of Spindle #BAC0CE

Color information

#BAC0CE (or 0xBAC0CE) is unknown color: approx Spindle. HEX triplet: BA, C0 and CE. RGB value is (186,192,206). Sum of RGB (Red+Green+Blue) = 186+192+206=584 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.85% from 584); Green value is 192 (75.39% from 255 or 32.88% from 584); Blue value is 206 (80.86% from 255 or 35.27% from 584); Max value from RGB is 206 - color contains mainly: blue. Hex color #BAC0CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC0CE is #453F31. Grayscale: #BFBFBF. Windows color (decimal): -4538162 or 13549754. OLE color: 13549754.

HSL color Cylindrical-coordinate representation of color #BAC0CE: hue angle of 222º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BAC0CE is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB186192206-
CMYK0.100.0700.19
HSL222º16.95%76.86%-
HSV(B)222º9.71%80.78%-
XYZ50.2452.5965.9-
YUV191.8136.01123.86-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.85%
GREEN value IS 192 (75.39% from 255) = 32.88%
BLUE value IS 206 (80.86% from 255) = 35.27%
R=31.85%
G=32.88%
B=35.27%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1861922060.100.0700.1922216.9576.86
HexBAC0CEA7013de114d
Octal27230031612702333621115
Binary101110101100000011001110101011101001111011110100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC0CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC0CE; }

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

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

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

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

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

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

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

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