#AFACBC

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

Shades of Spun Pearl #AFACBC

Tints of Spun Pearl #AFACBC

Color information

#AFACBC (or 0xAFACBC) is unknown color: approx Spun Pearl. HEX triplet: AF, AC and BC. RGB value is (175,172,188). Sum of RGB (Red+Green+Blue) = 175+172+188=535 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.71% from 535); Green value is 172 (67.58% from 255 or 32.15% from 535); Blue value is 188 (73.83% from 255 or 35.14% from 535); Max value from RGB is 188 - color contains mainly: blue. Hex color #AFACBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFACBC is #505343. Grayscale: #AEAEAE. Windows color (decimal): -5264196 or 12364975. OLE color: 12364975.

HSL color Cylindrical-coordinate representation of color #AFACBC: hue angle of 251.25º 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 #AFACBC is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB175172188-
CMYK0.070.0900.26
HSL251.25º10.67%70.59%-
HSV(B)251.25º8.51%73.73%-
XYZ41.5142.2553.54-
YUV174.72135.49128.2-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.71%
GREEN value IS 172 (67.58% from 255) = 32.15%
BLUE value IS 188 (73.83% from 255) = 35.14%
R=32.71%
G=32.15%
B=35.14%

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
Decimal1751721880.070.0900.26251.2510.6770.59
HexAFACBC7901Afbb47
Octal25725427471103237313107
Binary10101111101011001011110011110010110101111101110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFACBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFACBC; }

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

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

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

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

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

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

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

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