#A9BDCF

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

Shades of Spindle #A9BDCF

Tints of Spindle #A9BDCF

Color information

#A9BDCF (or 0xA9BDCF) is unknown color: approx Spindle. HEX triplet: A9, BD and CF. RGB value is (169,189,207). Sum of RGB (Red+Green+Blue) = 169+189+207=565 (74% of max value = 765). Red value is 169 (66.41% from 255 or 29.91% from 565); Green value is 189 (74.22% from 255 or 33.45% from 565); Blue value is 207 (81.25% from 255 or 36.64% from 565); Max value from RGB is 207 - color contains mainly: blue. Hex color #A9BDCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9BDCF is #564230. Grayscale: #B8B8B8. Windows color (decimal): -5653041 or 13614505. OLE color: 13614505.

HSL color Cylindrical-coordinate representation of color #A9BDCF: hue angle of 208.42º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A9BDCF is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB169189207-
CMYK0.180.0900.19
HSL208.42º28.36%73.73%-
HSV(B)208.42º18.36%81.18%-
XYZ45.8249.3466.14-
YUV185.07140.37116.54-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.91%
GREEN value IS 189 (74.22% from 255) = 33.45%
BLUE value IS 207 (81.25% from 255) = 36.64%
R=29.91%
G=33.45%
B=36.64%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1691892070.180.0900.19208.4228.3673.73
HexA9BDCF129013d01c4a
Octal251275317221102332034112
Binary10101001101111011100111110010100101001111010000111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BDCF; }

 p { color: rgb(169,189,207); }

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

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

 a { background-color: rgb(169,189,207); }

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

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

 span { border-color: rgb(169,189,207); }

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