Html Css Color HEX #ADABB2 Spun Pearl

📋 copy color: '#ADABB2'

red 173 ◦ green 171 ◦ blue 178

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

Shades of Spun Pearl #ADABB2

Tints of Spun Pearl #ADABB2

RGB

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

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

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

R = 33.14%
G = 32.76%
B = 34.1%

CMYK

 C value IS 0.03

 M value IS 0.04

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#ADABB2 (or 0xADABB2) is known color: Spun Pearl. HEX triplet: AD, AB and B2. RGB value is (173,171,178). Sum of RGB (Red+Green+Blue) = 173+171+178=522 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.14% from 522); Green value is 171 (67.19% from 255 or 32.76% from 522); Blue value is 178 (69.92% from 255 or 34.10% from 522); Max value from RGB is 178 - color contains mainly: blue. Hex color #ADABB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADABB2 is #52544D. Grayscale: #ACACAC. Windows color (decimal): -5395534 or 11709357. OLE color: 11709357.

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

Color convert

RGB 173 171 178 -
CMYK 0.03 0.04 0 0.30
HSL 257.14º 0.04% 0.68% -
HSV(B) 257.14º 0.04% 0.7% -
XYZ 39.83 41.22 47.98 -
YUV 172.4 131.16 128.43 -
System Red Green Blue C M Y K H S L
Decimal 173 171 178 0.03 0.04 0 0.30 257.14 0.04 0.68
Hex AD AB B2 3 4 0 1E 101 4 44
Octal 255 253 262 3 4 0 36 401 4 104
Binary 10101101 10101011 10110010 11 100 0 11110 100000001 100 1000100

Color Harmonies of #ADABB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADABB2

Black with #ADABB2

Text Example


Text Example

White with #ADABB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADABB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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