#AFABBB

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

Shades of Spun Pearl #AFABBB

Tints of Spun Pearl #AFABBB

Color information

#AFABBB (or 0xAFABBB) is unknown color: approx Spun Pearl. HEX triplet: AF, AB and BB. RGB value is (175,171,187). Sum of RGB (Red+Green+Blue) = 175+171+187=533 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.83% from 533); Green value is 171 (67.19% from 255 or 32.08% from 533); Blue value is 187 (73.44% from 255 or 35.08% from 533); Max value from RGB is 187 - color contains mainly: blue. Hex color #AFABBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFABBB is #505444. Grayscale: #ADADAD. Windows color (decimal): -5264453 or 12299183. OLE color: 12299183.

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

Color convert

RGB175171187-
CMYK0.060.0900.27
HSL255º10.53%70.2%-
HSV(B)255º8.56%73.33%-
XYZ41.2141.8352.92-
YUV174.02135.33128.7-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.83%
GREEN value IS 171 (67.19% from 255) = 32.08%
BLUE value IS 187 (73.44% from 255) = 35.08%
R=32.83%
G=32.08%
B=35.08%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751711870.060.0900.2725510.5370.2
HexAFABBB6901Bffb46
Octal25725327361103337713106
Binary10101111101010111011101111010010110111111111110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFABBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFABBB; }

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

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

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

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

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

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

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

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