Html Css Color HEX #ADADB2 Spun Pearl

📋 copy color: '#ADADB2'

red 173 ◦ green 173 ◦ blue 178

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

Shades of Spun Pearl #ADADB2

Tints of Spun Pearl #ADADB2

RGB

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

 GREEN value IS 173 (67.97% from 255) = 33.02%

 BLUE value IS 178 (69.92% from 255) = 33.97%

R = 33.02%
G = 33.02%
B = 33.97%

CMYK

 C value IS 0.03

 M value IS 0.03

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#ADADB2 (or 0xADADB2) is known color: Spun Pearl. HEX triplet: AD, AD and B2. RGB value is (173,173,178). Sum of RGB (Red+Green+Blue) = 173+173+178=524 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.02% from 524); Green value is 173 (67.97% from 255 or 33.02% from 524); Blue value is 178 (69.92% from 255 or 33.97% from 524); Max value from RGB is 178 - color contains mainly: blue. Hex color #ADADB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADADB2 is #52524D. Grayscale: #ADADAD. Windows color (decimal): -5395022 or 11709869. OLE color: 11709869.

HSL color Cylindrical-coordinate representation of color #ADADB2: hue angle of 240º degrees, saturation: 0.03, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #ADADB2 is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 173 173 178 -
CMYK 0.03 0.03 0 0.30
HSL 240º 0.03% 0.69% -
HSV(B) 240º 0.03% 0.7% -
XYZ 40.21 41.99 48.1 -
YUV 173.57 130.5 127.59 -
System Red Green Blue C M Y K H S L
Decimal 173 173 178 0.03 0.03 0 0.30 240 0.03 0.69
Hex AD AD B2 3 3 0 1E F0 3 45
Octal 255 255 262 3 3 0 36 360 3 105
Binary 10101101 10101101 10110010 11 11 0 11110 11110000 11 1000101

Color Harmonies of #ADADB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADADB2

Black with #ADADB2

Text Example


Text Example

White with #ADADB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADADB2; }

 p { color: rgb(173,173,178); }

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

background-color css

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

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

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

border-color css

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

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

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