#AFADBB

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

Shades of Spun Pearl #AFADBB

Tints of Spun Pearl #AFADBB

Color information

#AFADBB (or 0xAFADBB) is unknown color: approx Spun Pearl. HEX triplet: AF, AD and BB. RGB value is (175,173,187). Sum of RGB (Red+Green+Blue) = 175+173+187=535 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.71% from 535); Green value is 173 (67.97% from 255 or 32.34% from 535); Blue value is 187 (73.44% from 255 or 34.95% from 535); Max value from RGB is 187 - color contains mainly: blue. Hex color #AFADBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFADBB is #505244. Grayscale: #AFAFAF. Windows color (decimal): -5263941 or 12299695. OLE color: 12299695.

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

Color convert

RGB175173187-
CMYK0.060.0700.27
HSL248.57º9.33%70.59%-
HSV(B)248.57º7.49%73.33%-
XYZ41.5942.5953.04-
YUV175.19134.66127.86-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.71%
GREEN value IS 173 (67.97% from 255) = 32.34%
BLUE value IS 187 (73.44% from 255) = 34.95%
R=32.71%
G=32.34%
B=34.95%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751731870.060.0700.27248.579.3370.59
HexAFADBB6701Bf9947
Octal2572552736703337111107
Binary1010111110101101101110111101110110111111100110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFADBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFADBB; }

 p { color: rgb(175,173,187); }

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

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

 a { background-color: rgb(175,173,187); }

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

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

 span { border-color: rgb(175,173,187); }

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