Html Css Color HEX #ADACBD Spun Pearl

📋 copy color: '#ADACBD'

red 173 ◦ green 172 ◦ blue 189

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

Shades of Spun Pearl #ADACBD

Tints of Spun Pearl #ADACBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 35.39%

R = 32.4%
G = 32.21%
B = 35.39%

CMYK

 C value IS 0.08

 M value IS 0.09

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#ADACBD (or 0xADACBD) is known color: Spun Pearl. HEX triplet: AD, AC and BD. RGB value is (173,172,189). Sum of RGB (Red+Green+Blue) = 173+172+189=534 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.40% from 534); Green value is 172 (67.58% from 255 or 32.21% from 534); Blue value is 189 (74.22% from 255 or 35.39% from 534); Max value from RGB is 189 - color contains mainly: blue. Hex color #ADACBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADACBD is #525342. Grayscale: #AEAEAE. Windows color (decimal): -5395267 or 12430509. OLE color: 12430509.

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

Color convert

RGB 173 172 189 -
CMYK 0.08 0.09 0 0.26
HSL 243.53º 0.11% 0.71% -
HSV(B) 243.53º 0.09% 0.74% -
XYZ 41.17 42.06 54.09 -
YUV 174.24 136.33 127.12 -
System Red Green Blue C M Y K H S L
Decimal 173 172 189 0.08 0.09 0 0.26 243.53 0.11 0.71
Hex AD AC BD 8 9 0 1A F4 B 47
Octal 255 254 275 10 11 0 32 364 13 107
Binary 10101101 10101100 10111101 1000 1001 0 11010 11110100 1011 1000111

Color Harmonies of #ADACBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADACBD

Black with #ADACBD

Text Example


Text Example

White with #ADACBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADACBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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