Html Css Color HEX #ADACB2 Spun Pearl

📋 copy color: '#ADACB2'

red 173 ◦ green 172 ◦ blue 178

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

Shades of Spun Pearl #ADACB2

Tints of Spun Pearl #ADACB2

RGB

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

 GREEN value IS 172 (67.58% from 255) = 32.89%

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

R = 33.08%
G = 32.89%
B = 34.03%

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

#ADACB2 (or 0xADACB2) is known color: Spun Pearl. HEX triplet: AD, AC and B2. RGB value is (173,172,178). Sum of RGB (Red+Green+Blue) = 173+172+178=523 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.08% from 523); Green value is 172 (67.58% from 255 or 32.89% from 523); Blue value is 178 (69.92% from 255 or 34.03% from 523); Max value from RGB is 178 - color contains mainly: blue. Hex color #ADACB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADACB2 is #52534D. Grayscale: #ACACAC. Windows color (decimal): -5395278 or 11709613. OLE color: 11709613.

HSL color Cylindrical-coordinate representation of color #ADACB2: hue angle of 250º degrees, saturation: 0.04, 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 #ADACB2 is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 173 172 178 -
CMYK 0.03 0.03 0 0.30
HSL 250º 0.04% 0.69% -
HSV(B) 250º 0.03% 0.7% -
XYZ 40.02 41.6 48.04 -
YUV 172.98 130.83 128.01 -
System Red Green Blue C M Y K H S L
Decimal 173 172 178 0.03 0.03 0 0.30 250 0.04 0.69
Hex AD AC B2 3 3 0 1E FA 4 45
Octal 255 254 262 3 3 0 36 372 4 105
Binary 10101101 10101100 10110010 11 11 0 11110 11111010 100 1000101

Color Harmonies of #ADACB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADACB2

Black with #ADACB2

Text Example


Text Example

White with #ADACB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADACB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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