Html Css Color HEX #ADACBB Spun Pearl

📋 copy color: '#ADACBB'

red 173 ◦ green 172 ◦ blue 187

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

Shades of Spun Pearl #ADACBB

Tints of Spun Pearl #ADACBB

RGB

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

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

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

R = 32.52%
G = 32.33%
B = 35.15%

CMYK

 C value IS 0.07

 M value IS 0.08

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#ADACBB (or 0xADACBB) is known color: Spun Pearl. HEX triplet: AD, AC and BB. RGB value is (173,172,187). Sum of RGB (Red+Green+Blue) = 173+172+187=532 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.52% from 532); Green value is 172 (67.58% from 255 or 32.33% from 532); Blue value is 187 (73.44% from 255 or 35.15% from 532); Max value from RGB is 187 - color contains mainly: blue. Hex color #ADACBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADACBB is #525344. Grayscale: #ADADAD. Windows color (decimal): -5395269 or 12299437. OLE color: 12299437.

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

Color convert

RGB 173 172 187 -
CMYK 0.07 0.08 0 0.27
HSL 244º 0.1% 0.7% -
HSV(B) 244º 0.08% 0.73% -
XYZ 40.96 41.98 52.96 -
YUV 174.01 135.33 127.28 -
System Red Green Blue C M Y K H S L
Decimal 173 172 187 0.07 0.08 0 0.27 244 0.1 0.7
Hex AD AC BB 7 8 0 1B F4 A 46
Octal 255 254 273 7 10 0 33 364 12 106
Binary 10101101 10101100 10111011 111 1000 0 11011 11110100 1010 1000110

Color Harmonies of #ADACBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADACBB

Black with #ADACBB

Text Example


Text Example

White with #ADACBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADACBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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