#AFBCD1

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

Shades of Spindle #AFBCD1

Tints of Spindle #AFBCD1

Color information

#AFBCD1 (or 0xAFBCD1) is unknown color: approx Spindle. HEX triplet: AF, BC and D1. RGB value is (175,188,209). Sum of RGB (Red+Green+Blue) = 175+188+209=572 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.59% from 572); Green value is 188 (73.83% from 255 or 32.87% from 572); Blue value is 209 (82.03% from 255 or 36.54% from 572); Max value from RGB is 209 - color contains mainly: blue. Hex color #AFBCD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBCD1 is #50432E. Grayscale: #BABABA. Windows color (decimal): -5260079 or 13745327. OLE color: 13745327.

HSL color Cylindrical-coordinate representation of color #AFBCD1: hue angle of 217.06º degrees, saturation: 0.27, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AFBCD1 is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB175188209-
CMYK0.160.1000.18
HSL217.06º26.98%75.29%-
HSV(B)217.06º16.27%81.96%-
XYZ47.1749.6867.43-
YUV186.51140.69119.79-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.59%
GREEN value IS 188 (73.83% from 255) = 32.87%
BLUE value IS 209 (82.03% from 255) = 36.54%
R=30.59%
G=32.87%
B=36.54%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1751882090.160.1000.18217.0626.9875.29
HexAFBCD110A012d91b4b
Octal257274321201202233133113
Binary10101111101111001101000110000101001001011011001110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBCD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBCD1; }

 p { color: rgb(175,188,209); }

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

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

 a { background-color: rgb(175,188,209); }

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

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

 span { border-color: rgb(175,188,209); }

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