#A9BCCD

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

Shades of Spindle #A9BCCD

Tints of Spindle #A9BCCD

Color information

#A9BCCD (or 0xA9BCCD) is unknown color: approx Spindle. HEX triplet: A9, BC and CD. RGB value is (169,188,205). Sum of RGB (Red+Green+Blue) = 169+188+205=562 (74% of max value = 765). Red value is 169 (66.41% from 255 or 30.07% from 562); Green value is 188 (73.83% from 255 or 33.45% from 562); Blue value is 205 (80.47% from 255 or 36.48% from 562); Max value from RGB is 205 - color contains mainly: blue. Hex color #A9BCCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9BCCD is #564332. Grayscale: #B8B8B8. Windows color (decimal): -5653299 or 13483177. OLE color: 13483177.

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

Color convert

RGB169188205-
CMYK0.180.0800.20
HSL208.33º26.47%73.33%-
HSV(B)208.33º17.56%80.39%-
XYZ45.3648.8164.79-
YUV184.26139.71117.12-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.07%
GREEN value IS 188 (73.83% from 255) = 33.45%
BLUE value IS 205 (80.47% from 255) = 36.48%
R=30.07%
G=33.45%
B=36.48%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1691882050.180.0800.20208.3326.4773.33
HexA9BCCD128014d01a49
Octal251274315221002432032111
Binary10101001101111001100110110010100001010011010000110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BCCD; }

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

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

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

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

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

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

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

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