#AFAABD

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

Shades of Spun Pearl #AFAABD

Tints of Spun Pearl #AFAABD

Color information

#AFAABD (or 0xAFAABD) is unknown color: approx Spun Pearl. HEX triplet: AF, AA and BD. RGB value is (175,170,189). Sum of RGB (Red+Green+Blue) = 175+170+189=534 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.77% from 534); Green value is 170 (66.80% from 255 or 31.84% from 534); Blue value is 189 (74.22% from 255 or 35.39% from 534); Max value from RGB is 189 - color contains mainly: blue. Hex color #AFAABD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFAABD is #505542. Grayscale: #ADADAD. Windows color (decimal): -5264707 or 12429999. OLE color: 12429999.

HSL color Cylindrical-coordinate representation of color #AFAABD: hue angle of 255.79º degrees, saturation: 0.13, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AFAABD is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB175170189-
CMYK0.070.1000.26
HSL255.79º12.58%70.39%-
HSV(B)255.79º10.05%74.12%-
XYZ41.2441.5453.99-
YUV173.66136.66128.96-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.77%
GREEN value IS 170 (66.80% from 255) = 31.84%
BLUE value IS 189 (74.22% from 255) = 35.39%
R=32.77%
G=31.84%
B=35.39%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1751701890.070.1000.26255.7912.5870.39
HexAFAABD7A01A100d46
Octal25725227571203240015106
Binary101011111010101010111101111101001101010000000011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAABD; }

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

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

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

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

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

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

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

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