#A9BBCF

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

Shades of Spindle #A9BBCF

Tints of Spindle #A9BBCF

Color information

#A9BBCF (or 0xA9BBCF) is unknown color: approx Spindle. HEX triplet: A9, BB and CF. RGB value is (169,187,207). Sum of RGB (Red+Green+Blue) = 169+187+207=563 (74% of max value = 765). Red value is 169 (66.41% from 255 or 30.02% from 563); Green value is 187 (73.44% from 255 or 33.21% from 563); Blue value is 207 (81.25% from 255 or 36.77% from 563); Max value from RGB is 207 - color contains mainly: blue. Hex color #A9BBCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9BBCF is #564430. Grayscale: #B7B7B7. Windows color (decimal): -5653553 or 13613993. OLE color: 13613993.

HSL color Cylindrical-coordinate representation of color #A9BBCF: hue angle of 211.58º 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 #A9BBCF is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB169187207-
CMYK0.180.1000.19
HSL211.58º28.36%73.73%-
HSV(B)211.58º18.36%81.18%-
XYZ45.3948.4866-
YUV183.9141.04117.37-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.02%
GREEN value IS 187 (73.44% from 255) = 33.21%
BLUE value IS 207 (81.25% from 255) = 36.77%
R=30.02%
G=33.21%
B=36.77%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1691872070.180.1000.19211.5828.3673.73
HexA9BBCF12A013d41c4a
Octal251273317221202332434112
Binary10101001101110111100111110010101001001111010100111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BBCF; }

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

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

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

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

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

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

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

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