#A9BCD5

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

Shades of Spindle #A9BCD5

Tints of Spindle #A9BCD5

Color information

#A9BCD5 (or 0xA9BCD5) is unknown color: approx Spindle. HEX triplet: A9, BC and D5. RGB value is (169,188,213). Sum of RGB (Red+Green+Blue) = 169+188+213=570 (75% of max value = 765). Red value is 169 (66.41% from 255 or 29.65% from 570); Green value is 188 (73.83% from 255 or 32.98% from 570); Blue value is 213 (83.59% from 255 or 37.37% from 570); Max value from RGB is 213 - color contains mainly: blue. Hex color #A9BCD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9BCD5 is #56432A. Grayscale: #B9B9B9. Windows color (decimal): -5653291 or 14007465. OLE color: 14007465.

HSL color Cylindrical-coordinate representation of color #A9BCD5: hue angle of 214.09º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A9BCD5 is Cyan = 0.21, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB169188213-
CMYK0.210.1200.16
HSL214.09º34.37%74.9%-
HSV(B)214.09º20.66%83.53%-
XYZ46.3649.2170.01-
YUV185.17143.71116.47-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.65%
GREEN value IS 188 (73.83% from 255) = 32.98%
BLUE value IS 213 (83.59% from 255) = 37.37%
R=29.65%
G=32.98%
B=37.37%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1691882130.210.1200.16214.0934.3774.9
HexA9BCD515C010d6224b
Octal251274325251402032642113
Binary101010011011110011010101101011100010000110101101000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BCD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BCD5; }

 p { color: rgb(169,188,213); }

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

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

 a { background-color: rgb(169,188,213); }

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

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

 span { border-color: rgb(169,188,213); }

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