Html Css Color HEX #ABABB9 Spun Pearl

📋 copy color: '#ABABB9'

red 171 ◦ green 171 ◦ blue 185

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

Shades of Spun Pearl #ABABB9

Tints of Spun Pearl #ABABB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 35.1%

R = 32.45%
G = 32.45%
B = 35.1%

CMYK

 C value IS 0.08

 M value IS 0.08

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#ABABB9 (or 0xABABB9) is known color: Spun Pearl. HEX triplet: AB, AB and B9. RGB value is (171,171,185). Sum of RGB (Red+Green+Blue) = 171+171+185=527 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.45% from 527); Green value is 171 (67.19% from 255 or 32.45% from 527); Blue value is 185 (72.66% from 255 or 35.10% from 527); Max value from RGB is 185 - color contains mainly: blue. Hex color #ABABB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABABB9 is #545446. Grayscale: #ACACAC. Windows color (decimal): -5526599 or 12168107. OLE color: 12168107.

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

Color convert

RGB 171 171 185 -
CMYK 0.08 0.08 0 0.27
HSL 240º 0.09% 0.7% -
HSV(B) 240º 0.08% 0.73% -
XYZ 40.11 41.29 51.75 -
YUV 172.6 135 126.86 -
System Red Green Blue C M Y K H S L
Decimal 171 171 185 0.08 0.08 0 0.27 240 0.09 0.7
Hex AB AB B9 8 8 0 1B F0 9 46
Octal 253 253 271 10 10 0 33 360 11 106
Binary 10101011 10101011 10111001 1000 1000 0 11011 11110000 1001 1000110

Color Harmonies of #ABABB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABABB9

Black with #ABABB9

Text Example


Text Example

White with #ABABB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABABB9; }

 p { color: rgb(171,171,185); }

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

background-color css

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

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

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

border-color css

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

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

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