Html Css Color HEX #ADA8BC Spun Pearl

📋 copy color: '#ADA8BC'

red 173 ◦ green 168 ◦ blue 188

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

Shades of Spun Pearl #ADA8BC

Tints of Spun Pearl #ADA8BC

RGB

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

 GREEN value IS 168 (66.02% from 255) = 31.76%

 BLUE value IS 188 (73.83% from 255) = 35.54%

R = 32.7%
G = 31.76%
B = 35.54%

CMYK

 C value IS 0.08

 M value IS 0.11

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#ADA8BC (or 0xADA8BC) is known color: Spun Pearl. HEX triplet: AD, A8 and BC. RGB value is (173,168,188). Sum of RGB (Red+Green+Blue) = 173+168+188=529 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.70% from 529); Green value is 168 (66.02% from 255 or 31.76% from 529); Blue value is 188 (73.83% from 255 or 35.54% from 529); Max value from RGB is 188 - color contains mainly: blue. Hex color #ADA8BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA8BC is #525743. Grayscale: #ABABAB. Windows color (decimal): -5396292 or 12363949. OLE color: 12363949.

HSL color Cylindrical-coordinate representation of color #ADA8BC: hue angle of 255º degrees, saturation: 0.13, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ADA8BC is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 173 168 188 -
CMYK 0.08 0.11 0 0.26
HSL 255º 0.13% 0.7% -
HSV(B) 255º 0.11% 0.74% -
XYZ 40.31 40.52 53.27 -
YUV 171.78 137.16 128.87 -
System Red Green Blue C M Y K H S L
Decimal 173 168 188 0.08 0.11 0 0.26 255 0.13 0.7
Hex AD A8 BC 8 B 0 1A FF D 46
Octal 255 250 274 10 13 0 32 377 15 106
Binary 10101101 10101000 10111100 1000 1011 0 11010 11111111 1101 1000110

Color Harmonies of #ADA8BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA8BC

Black with #ADA8BC

Text Example


Text Example

White with #ADA8BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA8BC; }

 p { color: rgb(173,168,188); }

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

background-color css

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

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

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

border-color css

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

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

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