#AFBDCE

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

Shades of Spindle #AFBDCE

Tints of Spindle #AFBDCE

Color information

#AFBDCE (or 0xAFBDCE) is unknown color: approx Spindle. HEX triplet: AF, BD and CE. RGB value is (175,189,206). Sum of RGB (Red+Green+Blue) = 175+189+206=570 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.70% from 570); Green value is 189 (74.22% from 255 or 33.16% from 570); Blue value is 206 (80.86% from 255 or 36.14% from 570); Max value from RGB is 206 - color contains mainly: blue. Hex color #AFBDCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBDCE is #504231. Grayscale: #BABABA. Windows color (decimal): -5259826 or 13548975. OLE color: 13548975.

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

Color convert

RGB175189206-
CMYK0.150.0800.19
HSL212.9º24.03%74.71%-
HSV(B)212.9º15.05%80.78%-
XYZ47.0249.9765.56-
YUV186.75138.86119.62-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.70%
GREEN value IS 189 (74.22% from 255) = 33.16%
BLUE value IS 206 (80.86% from 255) = 36.14%
R=30.70%
G=33.16%
B=36.14%

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
Decimal1751892060.150.0800.19212.924.0374.71
HexAFBDCEF8013d5184b
Octal257275316171002332530113
Binary1010111110111101110011101111100001001111010101110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBDCE; }

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

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

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

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

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

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

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

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