Html Css Color HEX #ABABB3 Spun Pearl

📋 copy color: '#ABABB3'

red 171 ◦ green 171 ◦ blue 179

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

Shades of Spun Pearl #ABABB3

Tints of Spun Pearl #ABABB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 34.36%

R = 32.82%
G = 32.82%
B = 34.36%

CMYK

 C value IS 0.04

 M value IS 0.04

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#ABABB3 (or 0xABABB3) is known color: Spun Pearl. HEX triplet: AB, AB and B3. RGB value is (171,171,179). Sum of RGB (Red+Green+Blue) = 171+171+179=521 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.82% from 521); Green value is 171 (67.19% from 255 or 32.82% from 521); Blue value is 179 (70.31% from 255 or 34.36% from 521); Max value from RGB is 179 - color contains mainly: blue. Hex color #ABABB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABABB3 is #54544C. Grayscale: #ABABAB. Windows color (decimal): -5526605 or 11774891. OLE color: 11774891.

HSL color Cylindrical-coordinate representation of color #ABABB3: hue angle of 240º degrees, saturation: 0.05, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #ABABB3 is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 171 171 179 -
CMYK 0.04 0.04 0 0.30
HSL 240º 0.05% 0.69% -
HSV(B) 240º 0.04% 0.7% -
XYZ 39.49 41.04 48.49 -
YUV 171.91 132 127.35 -
System Red Green Blue C M Y K H S L
Decimal 171 171 179 0.04 0.04 0 0.30 240 0.05 0.69
Hex AB AB B3 4 4 0 1E F0 5 45
Octal 253 253 263 4 4 0 36 360 5 105
Binary 10101011 10101011 10110011 100 100 0 11110 11110000 101 1000101

Color Harmonies of #ABABB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABABB3

Black with #ABABB3

Text Example


Text Example

White with #ABABB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABABB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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