Html Css Color HEX #ADABB6 Spun Pearl

📋 copy color: '#ADABB6'

red 173 ◦ green 171 ◦ blue 182

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

Shades of Spun Pearl #ADABB6

Tints of Spun Pearl #ADABB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 34.6%

R = 32.89%
G = 32.51%
B = 34.6%

CMYK

 C value IS 0.05

 M value IS 0.06

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#ADABB6 (or 0xADABB6) is known color: Spun Pearl. HEX triplet: AD, AB and B6. RGB value is (173,171,182). Sum of RGB (Red+Green+Blue) = 173+171+182=526 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.89% from 526); Green value is 171 (67.19% from 255 or 32.51% from 526); Blue value is 182 (71.48% from 255 or 34.60% from 526); Max value from RGB is 182 - color contains mainly: blue. Hex color #ADABB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADABB6 is #525449. Grayscale: #ACACAC. Windows color (decimal): -5395530 or 11971501. OLE color: 11971501.

HSL color Cylindrical-coordinate representation of color #ADABB6: hue angle of 250.91º degrees, saturation: 0.07, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #ADABB6 is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 173 171 182 -
CMYK 0.05 0.06 0 0.29
HSL 250.91º 0.07% 0.69% -
HSV(B) 250.91º 0.06% 0.71% -
XYZ 40.24 41.39 50.12 -
YUV 172.85 133.16 128.11 -
System Red Green Blue C M Y K H S L
Decimal 173 171 182 0.05 0.06 0 0.29 250.91 0.07 0.69
Hex AD AB B6 5 6 0 1D FB 7 45
Octal 255 253 266 5 6 0 35 373 7 105
Binary 10101101 10101011 10110110 101 110 0 11101 11111011 111 1000101

Color Harmonies of #ADABB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADABB6

Black with #ADABB6

Text Example


Text Example

White with #ADABB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADABB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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