Html Css Color HEX #ABAABC Spun Pearl

📋 copy color: '#ABAABC'

red 171 ◦ green 170 ◦ blue 188

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

Shades of Spun Pearl #ABAABC

Tints of Spun Pearl #ABAABC

RGB

 RED value IS 171 (67.19% from 255) = 32.33%

 GREEN value IS 170 (66.8% from 255) = 32.14%

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

R = 32.33%
G = 32.14%
B = 35.54%

CMYK

 C value IS 0.09

 M value IS 0.10

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#ABAABC (or 0xABAABC) is known color: Spun Pearl. HEX triplet: AB, AA and BC. RGB value is (171,170,188). Sum of RGB (Red+Green+Blue) = 171+170+188=529 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.33% from 529); Green value is 170 (66.80% from 255 or 32.14% from 529); Blue value is 188 (73.83% from 255 or 35.54% from 529); Max value from RGB is 188 - color contains mainly: blue. Hex color #ABAABC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABAABC is #545543. Grayscale: #ACACAC. Windows color (decimal): -5526852 or 12364459. OLE color: 12364459.

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

Color convert

RGB 171 170 188 -
CMYK 0.09 0.10 0 0.26
HSL 243.33º 0.12% 0.7% -
HSV(B) 243.33º 0.1% 0.74% -
XYZ 40.25 41.04 53.38 -
YUV 172.35 136.83 127.04 -
System Red Green Blue C M Y K H S L
Decimal 171 170 188 0.09 0.10 0 0.26 243.33 0.12 0.7
Hex AB AA BC 9 A 0 1A F3 C 46
Octal 253 252 274 11 12 0 32 363 14 106
Binary 10101011 10101010 10111100 1001 1010 0 11010 11110011 1100 1000110

Color Harmonies of #ABAABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAABC

Black with #ABAABC

Text Example


Text Example

White with #ABAABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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