#BACAD3

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

Shades of Spindle #BACAD3

Tints of Spindle #BACAD3

Color information

#BACAD3 (or 0xBACAD3) is unknown color: approx Spindle. HEX triplet: BA, CA and D3. RGB value is (186,202,211). Sum of RGB (Red+Green+Blue) = 186+202+211=599 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.05% from 599); Green value is 202 (79.30% from 255 or 33.72% from 599); Blue value is 211 (82.81% from 255 or 35.23% from 599); Max value from RGB is 211 - color contains mainly: blue. Hex color #BACAD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACAD3 is #45352C. Grayscale: #C6C6C6. Windows color (decimal): -4535597 or 13879994. OLE color: 13879994.

HSL color Cylindrical-coordinate representation of color #BACAD3: hue angle of 201.6º degrees, saturation: 0.22, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BACAD3 is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB186202211-
CMYK0.120.0400.17
HSL201.6º22.12%77.84%-
HSV(B)201.6º11.85%82.75%-
XYZ53.1357.3869.9-
YUV198.24135.2119.27-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.05%
GREEN value IS 202 (79.30% from 255) = 33.72%
BLUE value IS 211 (82.81% from 255) = 35.23%
R=31.05%
G=33.72%
B=35.23%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1862022110.120.0400.17201.622.1277.84
HexBACAD3C4011ca164e
Octal27231232314402131226116
Binary101110101100101011010011110010001000111001010101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACAD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACAD3; }

 p { color: rgb(186,202,211); }

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

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

 a { background-color: rgb(186,202,211); }

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

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

 span { border-color: rgb(186,202,211); }

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