#AFBACD

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

Shades of Spindle #AFBACD

Tints of Spindle #AFBACD

Color information

#AFBACD (or 0xAFBACD) is unknown color: approx Spindle. HEX triplet: AF, BA and CD. RGB value is (175,186,205). Sum of RGB (Red+Green+Blue) = 175+186+205=566 (74% of max value = 765). Red value is 175 (68.75% from 255 or 30.92% from 566); Green value is 186 (73.05% from 255 or 32.86% from 566); Blue value is 205 (80.47% from 255 or 36.22% from 566); Max value from RGB is 205 - color contains mainly: blue. Hex color #AFBACD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBACD is #504532. Grayscale: #B8B8B8. Windows color (decimal): -5260595 or 13482671. OLE color: 13482671.

HSL color Cylindrical-coordinate representation of color #AFBACD: hue angle of 218º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AFBACD is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB175186205-
CMYK0.150.0900.20
HSL218º23.08%74.51%-
HSV(B)218º14.63%80.39%-
XYZ46.2648.6464.71-
YUV184.88139.36120.96-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.92%
GREEN value IS 186 (73.05% from 255) = 32.86%
BLUE value IS 205 (80.47% from 255) = 36.22%
R=30.92%
G=32.86%
B=36.22%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1751862050.150.0900.2021823.0874.51
HexAFBACDF9014da174b
Octal257272315171102433227113
Binary1010111110111010110011011111100101010011011010101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBACD; }

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

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

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

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

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

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

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

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