#ADABBA

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

Shades of Spun Pearl #ADABBA

Tints of Spun Pearl #ADABBA

Color information

#ADABBA (or 0xADABBA) is unknown color: approx Spun Pearl. HEX triplet: AD, AB and BA. RGB value is (173,171,186). Sum of RGB (Red+Green+Blue) = 173+171+186=530 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.64% from 530); Green value is 171 (67.19% from 255 or 32.26% from 530); Blue value is 186 (73.05% from 255 or 35.09% from 530); Max value from RGB is 186 - color contains mainly: blue. Hex color #ADABBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADABBA is #525445. Grayscale: #ADADAD. Windows color (decimal): -5395526 or 12233645. OLE color: 12233645.

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

Color convert

RGB173171186-
CMYK0.070.0800.27
HSL248º9.8%70%-
HSV(B)248º8.06%72.94%-
XYZ40.6641.5652.33-
YUV173.31135.16127.78-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.64%
GREEN value IS 171 (67.19% from 255) = 32.26%
BLUE value IS 186 (73.05% from 255) = 35.09%
R=32.64%
G=32.26%
B=35.09%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1731711860.070.0800.272489.870
HexADABBA7801Bf8a46
Octal25525327271003337012106
Binary10101101101010111011101011110000110111111100010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADABBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADABBA; }

 p { color: rgb(173,171,186); }

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

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

 a { background-color: rgb(173,171,186); }

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

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

 span { border-color: rgb(173,171,186); }

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