Html Css Color HEX #ABAABB Spun Pearl

📋 copy color: '#ABAABB'

red 171 ◦ green 170 ◦ blue 187

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

Shades of Spun Pearl #ABAABB

Tints of Spun Pearl #ABAABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 35.42%

R = 32.39%
G = 32.2%
B = 35.42%

CMYK

 C value IS 0.09

 M value IS 0.09

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#ABAABB (or 0xABAABB) is known color: Spun Pearl. HEX triplet: AB, AA and BB. RGB value is (171,170,187). Sum of RGB (Red+Green+Blue) = 171+170+187=528 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.39% from 528); Green value is 170 (66.80% from 255 or 32.20% from 528); Blue value is 187 (73.44% from 255 or 35.42% from 528); Max value from RGB is 187 - color contains mainly: blue. Hex color #ABAABB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABAABB is #545544. Grayscale: #ACACAC. Windows color (decimal): -5526853 or 12298923. OLE color: 12298923.

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

Color convert

RGB 171 170 187 -
CMYK 0.09 0.09 0 0.27
HSL 243.53º 0.11% 0.7% -
HSV(B) 243.53º 0.09% 0.73% -
XYZ 40.14 41 52.81 -
YUV 172.24 136.33 127.12 -
System Red Green Blue C M Y K H S L
Decimal 171 170 187 0.09 0.09 0 0.27 243.53 0.11 0.7
Hex AB AA BB 9 9 0 1B F4 B 46
Octal 253 252 273 11 11 0 33 364 13 106
Binary 10101011 10101010 10111011 1001 1001 0 11011 11110100 1011 1000110

Color Harmonies of #ABAABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAABB

Black with #ABAABB

Text Example


Text Example

White with #ABAABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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