#A9BACC

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

Shades of Spindle #A9BACC

Tints of Spindle #A9BACC

Color information

#A9BACC (or 0xA9BACC) is unknown color: approx Spindle. HEX triplet: A9, BA and CC. RGB value is (169,186,204). Sum of RGB (Red+Green+Blue) = 169+186+204=559 (74% of max value = 765). Red value is 169 (66.41% from 255 or 30.23% from 559); Green value is 186 (73.05% from 255 or 33.27% from 559); Blue value is 204 (80.08% from 255 or 36.49% from 559); Max value from RGB is 204 - color contains mainly: blue. Hex color #A9BACC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9BACC is #564533. Grayscale: #B6B6B6. Windows color (decimal): -5653812 or 13417129. OLE color: 13417129.

HSL color Cylindrical-coordinate representation of color #A9BACC: hue angle of 210.86º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A9BACC is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB169186204-
CMYK0.170.0900.2
HSL210.86º25.55%73.14%-
HSV(B)210.86º17.16%80%-
XYZ44.8247.9164.01-
YUV182.97139.87118.04-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.23%
GREEN value IS 186 (73.05% from 255) = 33.27%
BLUE value IS 204 (80.08% from 255) = 36.49%
R=30.23%
G=33.27%
B=36.49%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1691862040.170.0900.2210.8625.5573.14
HexA9BACC119014d31a49
Octal251272314211102432332111
Binary10101001101110101100110010001100101010011010011110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BACC; }

 p { color: rgb(169,186,204); }

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

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

 a { background-color: rgb(169,186,204); }

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

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

 span { border-color: rgb(169,186,204); }

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