#BAC1CE

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

Shades of Spindle #BAC1CE

Tints of Spindle #BAC1CE

Color information

#BAC1CE (or 0xBAC1CE) is unknown color: approx Spindle. HEX triplet: BA, C1 and CE. RGB value is (186,193,206). Sum of RGB (Red+Green+Blue) = 186+193+206=585 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.79% from 585); Green value is 193 (75.78% from 255 or 32.99% from 585); Blue value is 206 (80.86% from 255 or 35.21% from 585); Max value from RGB is 206 - color contains mainly: blue. Hex color #BAC1CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC1CE is #453E31. Grayscale: #C0C0C0. Windows color (decimal): -4537906 or 13550010. OLE color: 13550010.

HSL color Cylindrical-coordinate representation of color #BAC1CE: hue angle of 219º 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 #BAC1CE is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB186193206-
CMYK0.100.0600.19
HSL219º16.95%76.86%-
HSV(B)219º9.71%80.78%-
XYZ50.4653.0465.97-
YUV192.39135.68123.44-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.79%
GREEN value IS 193 (75.78% from 255) = 32.99%
BLUE value IS 206 (80.86% from 255) = 35.21%
R=31.79%
G=32.99%
B=35.21%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1861932060.100.0600.1921916.9576.86
HexBAC1CEA6013db114d
Octal27230131612602333321115
Binary101110101100000111001110101011001001111011011100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC1CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC1CE; }

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

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

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

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

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

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

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

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