#AFBFCD

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

Shades of Spindle #AFBFCD

Tints of Spindle #AFBFCD

Color information

#AFBFCD (or 0xAFBFCD) is unknown color: approx Spindle. HEX triplet: AF, BF and CD. RGB value is (175,191,205). Sum of RGB (Red+Green+Blue) = 175+191+205=571 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.65% from 571); Green value is 191 (75% from 255 or 33.45% from 571); Blue value is 205 (80.47% from 255 or 35.90% from 571); Max value from RGB is 205 - color contains mainly: blue. Hex color #AFBFCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBFCD is #504032. Grayscale: #BBBBBB. Windows color (decimal): -5259315 or 13483951. OLE color: 13483951.

HSL color Cylindrical-coordinate representation of color #AFBFCD: hue angle of 208º 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 #AFBFCD is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB175191205-
CMYK0.150.0700.20
HSL208º23.08%74.51%-
HSV(B)208º14.63%80.39%-
XYZ47.3350.7865.07-
YUV187.81137.7118.86-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.65%
GREEN value IS 191 (75% from 255) = 33.45%
BLUE value IS 205 (80.47% from 255) = 35.90%
R=30.65%
G=33.45%
B=35.90%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1751912050.150.0700.2020823.0874.51
HexAFBFCDF7014d0174b
Octal25727731517702432027113
Binary101011111011111111001101111111101010011010000101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBFCD; }

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

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

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

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

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

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

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

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