Html Css Color HEX #ADA7BB Spun Pearl

📋 copy color: '#ADA7BB'

red 173 ◦ green 167 ◦ blue 187

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

Shades of Spun Pearl #ADA7BB

Tints of Spun Pearl #ADA7BB

RGB

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

 GREEN value IS 167 (65.63% from 255) = 31.69%

 BLUE value IS 187 (73.44% from 255) = 35.48%

R = 32.83%
G = 31.69%
B = 35.48%

CMYK

 C value IS 0.07

 M value IS 0.11

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#ADA7BB (or 0xADA7BB) is known color: Spun Pearl. HEX triplet: AD, A7 and BB. RGB value is (173,167,187). Sum of RGB (Red+Green+Blue) = 173+167+187=527 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.83% from 527); Green value is 167 (65.62% from 255 or 31.69% from 527); Blue value is 187 (73.44% from 255 or 35.48% from 527); Max value from RGB is 187 - color contains mainly: blue. Hex color #ADA7BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA7BB is #525844. Grayscale: #ABABAB. Windows color (decimal): -5396549 or 12298157. OLE color: 12298157.

HSL color Cylindrical-coordinate representation of color #ADA7BB: hue angle of 258º degrees, saturation: 0.13, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ADA7BB is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 167 187 -
CMYK 0.07 0.11 0 0.27
HSL 258º 0.13% 0.69% -
HSV(B) 258º 0.11% 0.73% -
XYZ 40.02 40.11 52.65 -
YUV 171.07 136.99 129.37 -
System Red Green Blue C M Y K H S L
Decimal 173 167 187 0.07 0.11 0 0.27 258 0.13 0.69
Hex AD A7 BB 7 B 0 1B 102 D 45
Octal 255 247 273 7 13 0 33 402 15 105
Binary 10101101 10100111 10111011 111 1011 0 11011 100000010 1101 1000101

Color Harmonies of #ADA7BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA7BB

Black with #ADA7BB

Text Example


Text Example

White with #ADA7BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA7BB; }

 p { color: rgb(173,167,187); }

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

background-color css

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

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

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

border-color css

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

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

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