Html Css Color HEX #ABA8B9 Spun Pearl

📋 copy color: '#ABA8B9'

red 171 ◦ green 168 ◦ blue 185

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

Shades of Spun Pearl #ABA8B9

Tints of Spun Pearl #ABA8B9

RGB

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

 GREEN value IS 168 (66.02% from 255) = 32.06%

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

R = 32.63%
G = 32.06%
B = 35.31%

CMYK

 C value IS 0.08

 M value IS 0.09

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#ABA8B9 (or 0xABA8B9) is known color: Spun Pearl. HEX triplet: AB, A8 and B9. RGB value is (171,168,185). Sum of RGB (Red+Green+Blue) = 171+168+185=524 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.63% from 524); Green value is 168 (66.02% from 255 or 32.06% from 524); Blue value is 185 (72.66% from 255 or 35.31% from 524); Max value from RGB is 185 - color contains mainly: blue. Hex color #ABA8B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA8B9 is #545746. Grayscale: #AAAAAA. Windows color (decimal): -5527367 or 12167339. OLE color: 12167339.

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

Color convert

RGB 171 168 185 -
CMYK 0.08 0.09 0 0.27
HSL 250.59º 0.11% 0.69% -
HSV(B) 250.59º 0.09% 0.73% -
XYZ 39.55 40.17 51.57 -
YUV 170.84 135.99 128.12 -
System Red Green Blue C M Y K H S L
Decimal 171 168 185 0.08 0.09 0 0.27 250.59 0.11 0.69
Hex AB A8 B9 8 9 0 1B FB B 45
Octal 253 250 271 10 11 0 33 373 13 105
Binary 10101011 10101000 10111001 1000 1001 0 11011 11111011 1011 1000101

Color Harmonies of #ABA8B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA8B9

Black with #ABA8B9

Text Example


Text Example

White with #ABA8B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA8B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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