#AFBACE

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

Shades of Spindle #AFBACE

Tints of Spindle #AFBACE

Color information

#AFBACE (or 0xAFBACE) is unknown color: approx Spindle. HEX triplet: AF, BA and CE. RGB value is (175,186,206). Sum of RGB (Red+Green+Blue) = 175+186+206=567 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.86% from 567); Green value is 186 (73.05% from 255 or 32.80% from 567); Blue value is 206 (80.86% from 255 or 36.33% from 567); Max value from RGB is 206 - color contains mainly: blue. Hex color #AFBACE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBACE is #504531. Grayscale: #B8B8B8. Windows color (decimal): -5260594 or 13548207. OLE color: 13548207.

HSL color Cylindrical-coordinate representation of color #AFBACE: hue angle of 218.71º degrees, saturation: 0.24, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AFBACE is Cyan = 0.15, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB175186206-
CMYK0.150.1000.19
HSL218.71º24.03%74.71%-
HSV(B)218.71º15.05%80.78%-
XYZ46.3848.6965.35-
YUV184.99139.86120.87-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.86%
GREEN value IS 186 (73.05% from 255) = 32.80%
BLUE value IS 206 (80.86% from 255) = 36.33%
R=30.86%
G=32.80%
B=36.33%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1751862060.150.1000.19218.7124.0374.71
HexAFBACEFA013db184b
Octal257272316171202333330113
Binary1010111110111010110011101111101001001111011011110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBACE; }

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

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

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

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

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

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

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

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