Html Css Color HEX #ADACBC Spun Pearl

📋 copy color: '#ADACBC'

red 173 ◦ green 172 ◦ blue 188

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

Shades of Spun Pearl #ADACBC

Tints of Spun Pearl #ADACBC

RGB

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

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

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

R = 32.46%
G = 32.27%
B = 35.27%

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

#ADACBC (or 0xADACBC) is known color: Spun Pearl. HEX triplet: AD, AC and BC. RGB value is (173,172,188). Sum of RGB (Red+Green+Blue) = 173+172+188=533 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.46% from 533); Green value is 172 (67.58% from 255 or 32.27% from 533); Blue value is 188 (73.83% from 255 or 35.27% from 533); Max value from RGB is 188 - color contains mainly: blue. Hex color #ADACBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADACBC is #525343. Grayscale: #AEAEAE. Windows color (decimal): -5395268 or 12364973. OLE color: 12364973.

HSL color Cylindrical-coordinate representation of color #ADACBC: hue angle of 243.75º 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 #ADACBC is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 173 172 188 -
CMYK 0.08 0.09 0 0.26
HSL 243.75º 0.11% 0.71% -
HSV(B) 243.75º 0.09% 0.74% -
XYZ 41.06 42.02 53.52 -
YUV 174.12 135.83 127.2 -
System Red Green Blue C M Y K H S L
Decimal 173 172 188 0.08 0.09 0 0.26 243.75 0.11 0.71
Hex AD AC BC 8 9 0 1A F4 B 47
Octal 255 254 274 10 11 0 32 364 13 107
Binary 10101101 10101100 10111100 1000 1001 0 11010 11110100 1011 1000111

Color Harmonies of #ADACBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADACBC

Black with #ADACBC

Text Example


Text Example

White with #ADACBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADACBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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