Html Css Color HEX #ABAABD Spun Pearl

📋 copy color: '#ABAABD'

red 171 ◦ green 170 ◦ blue 189

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

Shades of Spun Pearl #ABAABD

Tints of Spun Pearl #ABAABD

RGB

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

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

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

R = 32.26%
G = 32.08%
B = 35.66%

CMYK

 C value IS 0.10

 M value IS 0.10

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#ABAABD (or 0xABAABD) is known color: Spun Pearl. HEX triplet: AB, AA and BD. RGB value is (171,170,189). Sum of RGB (Red+Green+Blue) = 171+170+189=530 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.26% from 530); Green value is 170 (66.80% from 255 or 32.08% from 530); Blue value is 189 (74.22% from 255 or 35.66% from 530); Max value from RGB is 189 - color contains mainly: blue. Hex color #ABAABD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABAABD is #545542. Grayscale: #ACACAC. Windows color (decimal): -5526851 or 12429995. OLE color: 12429995.

HSL color Cylindrical-coordinate representation of color #ABAABD: hue angle of 243.16º degrees, saturation: 0.13, 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 #ABAABD is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 171 170 189 -
CMYK 0.10 0.10 0 0.26
HSL 243.16º 0.13% 0.7% -
HSV(B) 243.16º 0.1% 0.74% -
XYZ 40.35 41.08 53.95 -
YUV 172.47 137.33 126.96 -
System Red Green Blue C M Y K H S L
Decimal 171 170 189 0.10 0.10 0 0.26 243.16 0.13 0.7
Hex AB AA BD A A 0 1A F3 D 46
Octal 253 252 275 12 12 0 32 363 15 106
Binary 10101011 10101010 10111101 1010 1010 0 11010 11110011 1101 1000110

Color Harmonies of #ABAABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAABD

Black with #ABAABD

Text Example


Text Example

White with #ABAABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAABD; }

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

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

background-color css

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

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

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

border-color css

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

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

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