#AFBACC

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

Shades of Spindle #AFBACC

Tints of Spindle #AFBACC

Color information

#AFBACC (or 0xAFBACC) is unknown color: approx Spindle. HEX triplet: AF, BA and CC. RGB value is (175,186,204). Sum of RGB (Red+Green+Blue) = 175+186+204=565 (74% of max value = 765). Red value is 175 (68.75% from 255 or 30.97% from 565); Green value is 186 (73.05% from 255 or 32.92% from 565); Blue value is 204 (80.08% from 255 or 36.11% from 565); Max value from RGB is 204 - color contains mainly: blue. Hex color #AFBACC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBACC is #504533. Grayscale: #B8B8B8. Windows color (decimal): -5260596 or 13417135. OLE color: 13417135.

HSL color Cylindrical-coordinate representation of color #AFBACC: hue angle of 217.24º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AFBACC is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB175186204-
CMYK0.140.0900.2
HSL217.24º22.14%74.31%-
HSV(B)217.24º14.22%80%-
XYZ46.1448.5964.07-
YUV184.76138.86121.04-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.97%
GREEN value IS 186 (73.05% from 255) = 32.92%
BLUE value IS 204 (80.08% from 255) = 36.11%
R=30.97%
G=32.92%
B=36.11%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1751862040.140.0900.2217.2422.1474.31
HexAFBACCE9014d9164a
Octal257272314161102433126112
Binary1010111110111010110011001110100101010011011001101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBACC; }

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

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

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

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

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

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

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

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