#AFBAC9

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

Shades of Spindle #AFBAC9

Tints of Spindle #AFBAC9

Color information

#AFBAC9 (or 0xAFBAC9) is unknown color: approx Spindle. HEX triplet: AF, BA and C9. RGB value is (175,186,201). Sum of RGB (Red+Green+Blue) = 175+186+201=562 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.14% from 562); Green value is 186 (73.05% from 255 or 33.10% from 562); Blue value is 201 (78.91% from 255 or 35.77% from 562); Max value from RGB is 201 - color contains mainly: blue. Hex color #AFBAC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBAC9 is #504536. Grayscale: #B8B8B8. Windows color (decimal): -5260599 or 13220527. OLE color: 13220527.

HSL color Cylindrical-coordinate representation of color #AFBAC9: hue angle of 214.62º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AFBAC9 is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB175186201-
CMYK0.130.0700.21
HSL214.62º19.4%73.73%-
HSV(B)214.62º12.94%78.82%-
XYZ45.7848.4562.2-
YUV184.42137.36121.28-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.14%
GREEN value IS 186 (73.05% from 255) = 33.10%
BLUE value IS 201 (78.91% from 255) = 35.77%
R=31.14%
G=33.10%
B=35.77%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1751862010.130.0700.21214.6219.473.73
HexAFBAC9D7015d7134a
Octal25727231115702532723112
Binary101011111011101011001001110111101010111010111100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBAC9; }

 p { color: rgb(175,186,201); }

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

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

 a { background-color: rgb(175,186,201); }

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

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

 span { border-color: rgb(175,186,201); }

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