#BAC1CD

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

Shades of Spindle #BAC1CD

Tints of Spindle #BAC1CD

Color information

#BAC1CD (or 0xBAC1CD) is unknown color: approx Spindle. HEX triplet: BA, C1 and CD. RGB value is (186,193,205). Sum of RGB (Red+Green+Blue) = 186+193+205=584 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.85% from 584); Green value is 193 (75.78% from 255 or 33.05% from 584); Blue value is 205 (80.47% from 255 or 35.10% from 584); Max value from RGB is 205 - color contains mainly: blue. Hex color #BAC1CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC1CD is #453E32. Grayscale: #C0C0C0. Windows color (decimal): -4537907 or 13484474. OLE color: 13484474.

HSL color Cylindrical-coordinate representation of color #BAC1CD: hue angle of 217.89º degrees, saturation: 0.16, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BAC1CD is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB186193205-
CMYK0.090.0600.20
HSL217.89º15.97%76.67%-
HSV(B)217.89º9.27%80.39%-
XYZ50.3452.9965.33-
YUV192.28135.18123.52-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.85%
GREEN value IS 193 (75.78% from 255) = 33.05%
BLUE value IS 205 (80.47% from 255) = 35.10%
R=31.85%
G=33.05%
B=35.10%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1861932050.090.0600.20217.8915.9776.67
HexBAC1CD96014da104d
Octal27230131511602433220115
Binary101110101100000111001101100111001010011011010100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC1CD; }

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

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

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

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

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

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

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

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