Html Css Color HEX #ADACB8 Spun Pearl

📋 copy color: '#ADACB8'

red 173 ◦ green 172 ◦ blue 184

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

Shades of Spun Pearl #ADACB8

Tints of Spun Pearl #ADACB8

RGB

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

 GREEN value IS 172 (67.58% from 255) = 32.51%

 BLUE value IS 184 (72.27% from 255) = 34.78%

R = 32.7%
G = 32.51%
B = 34.78%

CMYK

 C value IS 0.06

 M value IS 0.07

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#ADACB8 (or 0xADACB8) is known color: Spun Pearl. HEX triplet: AD, AC and B8. RGB value is (173,172,184). Sum of RGB (Red+Green+Blue) = 173+172+184=529 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.70% from 529); Green value is 172 (67.58% from 255 or 32.51% from 529); Blue value is 184 (72.27% from 255 or 34.78% from 529); Max value from RGB is 184 - color contains mainly: blue. Hex color #ADACB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADACB8 is #525347. Grayscale: #ADADAD. Windows color (decimal): -5395272 or 12102829. OLE color: 12102829.

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

Color convert

RGB 173 172 184 -
CMYK 0.06 0.07 0 0.28
HSL 245º 0.08% 0.7% -
HSV(B) 245º 0.07% 0.72% -
XYZ 40.64 41.85 51.28 -
YUV 173.67 133.83 127.52 -
System Red Green Blue C M Y K H S L
Decimal 173 172 184 0.06 0.07 0 0.28 245 0.08 0.7
Hex AD AC B8 6 7 0 1C F5 8 46
Octal 255 254 270 6 7 0 34 365 10 106
Binary 10101101 10101100 10111000 110 111 0 11100 11110101 1000 1000110

Color Harmonies of #ADACB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADACB8

Black with #ADACB8

Text Example


Text Example

White with #ADACB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADACB8; }

 p { color: rgb(173,172,184); }

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

background-color css

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

 a { background-color: rgb(173,172,184); }

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

border-color css

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

 span { border-color: rgb(173,172,184); }

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