#BACAD7

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

Shades of Spindle #BACAD7

Tints of Spindle #BACAD7

Color information

#BACAD7 (or 0xBACAD7) is unknown color: approx Spindle. HEX triplet: BA, CA and D7. RGB value is (186,202,215). Sum of RGB (Red+Green+Blue) = 186+202+215=603 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.85% from 603); Green value is 202 (79.30% from 255 or 33.50% from 603); Blue value is 215 (84.38% from 255 or 35.66% from 603); Max value from RGB is 215 - color contains mainly: blue. Hex color #BACAD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACAD7 is #453528. Grayscale: #C6C6C6. Windows color (decimal): -4535593 or 14142138. OLE color: 14142138.

HSL color Cylindrical-coordinate representation of color #BACAD7: hue angle of 206.9º degrees, saturation: 0.27, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BACAD7 is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB186202215-
CMYK0.130.0600.16
HSL206.9º26.61%78.63%-
HSV(B)206.9º13.49%84.31%-
XYZ53.6457.5972.58-
YUV198.7137.2118.94-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.85%
GREEN value IS 202 (79.30% from 255) = 33.50%
BLUE value IS 215 (84.38% from 255) = 35.66%
R=30.85%
G=33.50%
B=35.66%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1862022150.130.0600.16206.926.6178.63
HexBACAD7D6010cf1b4f
Octal27231232715602031733117
Binary101110101100101011010111110111001000011001111110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACAD7; }

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

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

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

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

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

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

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

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