#AFBAC8

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

Shades of Spindle #AFBAC8

Tints of Spindle #AFBAC8

Color information

#AFBAC8 (or 0xAFBAC8) is unknown color: approx Spindle. HEX triplet: AF, BA and C8. RGB value is (175,186,200). Sum of RGB (Red+Green+Blue) = 175+186+200=561 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.19% from 561); Green value is 186 (73.05% from 255 or 33.16% from 561); Blue value is 200 (78.52% from 255 or 35.65% from 561); Max value from RGB is 200 - color contains mainly: blue. Hex color #AFBAC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBAC8 is #504537. Grayscale: #B8B8B8. Windows color (decimal): -5260600 or 13154991. OLE color: 13154991.

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

Color convert

RGB175186200-
CMYK0.120.0700.22
HSL213.6º18.52%73.53%-
HSV(B)213.6º12.5%78.43%-
XYZ45.6648.461.58-
YUV184.31136.86121.36-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.19%
GREEN value IS 186 (73.05% from 255) = 33.16%
BLUE value IS 200 (78.52% from 255) = 35.65%
R=31.19%
G=33.16%
B=35.65%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1751862000.120.0700.22213.618.5273.53
HexAFBAC8C7016d6134a
Octal25727231014702632623112
Binary101011111011101011001000110011101011011010110100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBAC8; }

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

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

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

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

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

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

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

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