#BAC1CB

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

Shades of Spindle #BAC1CB

Tints of Spindle #BAC1CB

Color information

#BAC1CB (or 0xBAC1CB) is unknown color: approx Spindle. HEX triplet: BA, C1 and CB. RGB value is (186,193,203). Sum of RGB (Red+Green+Blue) = 186+193+203=582 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.96% from 582); Green value is 193 (75.78% from 255 or 33.16% from 582); Blue value is 203 (79.69% from 255 or 34.88% from 582); Max value from RGB is 203 - color contains mainly: blue. Hex color #BAC1CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC1CB is #453E34. Grayscale: #C0C0C0. Windows color (decimal): -4537909 or 13353402. OLE color: 13353402.

HSL color Cylindrical-coordinate representation of color #BAC1CB: hue angle of 215.29º degrees, saturation: 0.14, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BAC1CB is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB186193203-
CMYK0.080.0500.20
HSL215.29º14.05%76.27%-
HSV(B)215.29º8.37%79.61%-
XYZ50.152.8964.07-
YUV192.05134.18123.69-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.96%
GREEN value IS 193 (75.78% from 255) = 33.16%
BLUE value IS 203 (79.69% from 255) = 34.88%
R=31.96%
G=33.16%
B=34.88%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1861932030.080.0500.20215.2914.0576.27
HexBAC1CB85014d7e4c
Octal27230131310502432716114
Binary10111010110000011100101110001010101001101011111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC1CB; }

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

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

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

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

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

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

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

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