#AFBFCE

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

Shades of Spindle #AFBFCE

Tints of Spindle #AFBFCE

Color information

#AFBFCE (or 0xAFBFCE) is unknown color: approx Spindle. HEX triplet: AF, BF and CE. RGB value is (175,191,206). Sum of RGB (Red+Green+Blue) = 175+191+206=572 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.59% from 572); Green value is 191 (75% from 255 or 33.39% from 572); Blue value is 206 (80.86% from 255 or 36.01% from 572); Max value from RGB is 206 - color contains mainly: blue. Hex color #AFBFCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBFCE is #504031. Grayscale: #BBBBBB. Windows color (decimal): -5259314 or 13549487. OLE color: 13549487.

HSL color Cylindrical-coordinate representation of color #AFBFCE: hue angle of 209.03º degrees, saturation: 0.24, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AFBFCE is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB175191206-
CMYK0.150.0700.19
HSL209.03º24.03%74.71%-
HSV(B)209.03º15.05%80.78%-
XYZ47.4550.8365.7-
YUV187.93138.2118.78-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.59%
GREEN value IS 191 (75% from 255) = 33.39%
BLUE value IS 206 (80.86% from 255) = 36.01%
R=30.59%
G=33.39%
B=36.01%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1751912060.150.0700.19209.0324.0374.71
HexAFBFCEF7013d1184b
Octal25727731617702332130113
Binary101011111011111111001110111111101001111010001110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBFCE; }

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

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

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

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

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

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

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

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