Html Css Color HEX #ADABB9 Spun Pearl

📋 copy color: '#ADABB9'

red 173 ◦ green 171 ◦ blue 185

#ADABB9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spun Pearl #ADABB9

Tints of Spun Pearl #ADABB9

RGB

 RED value IS 173 (67.97% from 255) = 32.7%

 GREEN value IS 171 (67.19% from 255) = 32.33%

 BLUE value IS 185 (72.66% from 255) = 34.97%

R = 32.7%
G = 32.33%
B = 34.97%

CMYK

 C value IS 0.06

 M value IS 0.08

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#ADABB9 (or 0xADABB9) is known color: Spun Pearl. HEX triplet: AD, AB and B9. RGB value is (173,171,185). Sum of RGB (Red+Green+Blue) = 173+171+185=529 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.70% from 529); Green value is 171 (67.19% from 255 or 32.33% from 529); Blue value is 185 (72.66% from 255 or 34.97% from 529); Max value from RGB is 185 - color contains mainly: blue. Hex color #ADABB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADABB9 is #525446. Grayscale: #ADADAD. Windows color (decimal): -5395527 or 12168109. OLE color: 12168109.

HSL color Cylindrical-coordinate representation of color #ADABB9: hue angle of 248.57º degrees, saturation: 0.09, 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 #ADABB9 is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 171 185 -
CMYK 0.06 0.08 0 0.27
HSL 248.57º 0.09% 0.7% -
HSV(B) 248.57º 0.08% 0.73% -
XYZ 40.55 41.51 51.77 -
YUV 173.19 134.66 127.86 -
System Red Green Blue C M Y K H S L
Decimal 173 171 185 0.06 0.08 0 0.27 248.57 0.09 0.7
Hex AD AB B9 6 8 0 1B F9 9 46
Octal 255 253 271 6 10 0 33 371 11 106
Binary 10101101 10101011 10111001 110 1000 0 11011 11111001 1001 1000110

Color Harmonies of #ADABB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADABB9

Black with #ADABB9

Text Example


Text Example

White with #ADABB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADABB9; }

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

 H1.HeaderClassName
 {
   color: #ADABB9;
 }
 .AnyTagClassName
 {
   color: #ADABB9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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