#AFBECF

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

Shades of Spindle #AFBECF

Tints of Spindle #AFBECF

Color information

#AFBECF (or 0xAFBECF) is unknown color: approx Spindle. HEX triplet: AF, BE and CF. RGB value is (175,190,207). Sum of RGB (Red+Green+Blue) = 175+190+207=572 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.59% from 572); Green value is 190 (74.61% from 255 or 33.22% from 572); Blue value is 207 (81.25% from 255 or 36.19% from 572); Max value from RGB is 207 - color contains mainly: blue. Hex color #AFBECF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBECF is #504130. Grayscale: #BBBBBB. Windows color (decimal): -5259569 or 13614767. OLE color: 13614767.

HSL color Cylindrical-coordinate representation of color #AFBECF: hue angle of 211.88º degrees, saturation: 0.25, 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 #AFBECF is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB175190207-
CMYK0.150.0800.19
HSL211.88º25%74.9%-
HSV(B)211.88º15.46%81.18%-
XYZ47.3650.4566.27-
YUV187.45139.03119.12-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.59%
GREEN value IS 190 (74.61% from 255) = 33.22%
BLUE value IS 207 (81.25% from 255) = 36.19%
R=30.59%
G=33.22%
B=36.19%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1751902070.150.0800.19211.882574.9
HexAFBECFF8013d4194b
Octal257276317171002332431113
Binary1010111110111110110011111111100001001111010100110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBECF; }

 p { color: rgb(175,190,207); }

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

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

 a { background-color: rgb(175,190,207); }

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

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

 span { border-color: rgb(175,190,207); }

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