Html Css Color HEX #ADABBC Spun Pearl

📋 copy color: '#ADABBC'

red 173 ◦ green 171 ◦ blue 188

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

Shades of Spun Pearl #ADABBC

Tints of Spun Pearl #ADABBC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 32.14%

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

R = 32.52%
G = 32.14%
B = 35.34%

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

#ADABBC (or 0xADABBC) is known color: Spun Pearl. HEX triplet: AD, AB and BC. RGB value is (173,171,188). Sum of RGB (Red+Green+Blue) = 173+171+188=532 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.52% from 532); Green value is 171 (67.19% from 255 or 32.14% from 532); Blue value is 188 (73.83% from 255 or 35.34% from 532); Max value from RGB is 188 - color contains mainly: blue. Hex color #ADABBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADABBC is #525443. Grayscale: #ADADAD. Windows color (decimal): -5395524 or 12364717. OLE color: 12364717.

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

Color convert

RGB 173 171 188 -
CMYK 0.08 0.09 0 0.26
HSL 247.06º 0.11% 0.7% -
HSV(B) 247.06º 0.09% 0.74% -
XYZ 40.87 41.64 53.46 -
YUV 173.54 136.16 127.62 -
System Red Green Blue C M Y K H S L
Decimal 173 171 188 0.08 0.09 0 0.26 247.06 0.11 0.7
Hex AD AB BC 8 9 0 1A F7 B 46
Octal 255 253 274 10 11 0 32 367 13 106
Binary 10101101 10101011 10111100 1000 1001 0 11010 11110111 1011 1000110

Color Harmonies of #ADABBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADABBC

Black with #ADABBC

Text Example


Text Example

White with #ADABBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADABBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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