#AFACBD

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

Shades of Spun Pearl #AFACBD

Tints of Spun Pearl #AFACBD

Color information

#AFACBD (or 0xAFACBD) is unknown color: approx Spun Pearl. HEX triplet: AF, AC and BD. RGB value is (175,172,189). Sum of RGB (Red+Green+Blue) = 175+172+189=536 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.65% from 536); Green value is 172 (67.58% from 255 or 32.09% from 536); Blue value is 189 (74.22% from 255 or 35.26% from 536); Max value from RGB is 189 - color contains mainly: blue. Hex color #AFACBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFACBD is #505342. Grayscale: #AEAEAE. Windows color (decimal): -5264195 or 12430511. OLE color: 12430511.

HSL color Cylindrical-coordinate representation of color #AFACBD: hue angle of 250.59º degrees, saturation: 0.11, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AFACBD is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB175172189-
CMYK0.070.0900.26
HSL250.59º11.41%70.78%-
HSV(B)250.59º8.99%74.12%-
XYZ41.6242.2954.11-
YUV174.83135.99128.12-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.65%
GREEN value IS 172 (67.58% from 255) = 32.09%
BLUE value IS 189 (74.22% from 255) = 35.26%
R=32.65%
G=32.09%
B=35.26%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1751721890.070.0900.26250.5911.4170.78
HexAFACBD7901Afbb47
Octal25725427571103237313107
Binary10101111101011001011110111110010110101111101110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFACBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFACBD; }

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

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

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

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

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

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

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

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