Html Css Color HEX #ABABB5 Spun Pearl

📋 copy color: '#ABABB5'

red 171 ◦ green 171 ◦ blue 181

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

Shades of Spun Pearl #ABABB5

Tints of Spun Pearl #ABABB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 34.61%

R = 32.7%
G = 32.7%
B = 34.61%

CMYK

 C value IS 0.06

 M value IS 0.06

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#ABABB5 (or 0xABABB5) is known color: Spun Pearl. HEX triplet: AB, AB and B5. RGB value is (171,171,181). Sum of RGB (Red+Green+Blue) = 171+171+181=523 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.70% from 523); Green value is 171 (67.19% from 255 or 32.70% from 523); Blue value is 181 (71.09% from 255 or 34.61% from 523); Max value from RGB is 181 - color contains mainly: blue. Hex color #ABABB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABABB5 is #54544A. Grayscale: #ACACAC. Windows color (decimal): -5526603 or 11905963. OLE color: 11905963.

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

Color convert

RGB 171 171 181 -
CMYK 0.06 0.06 0 0.29
HSL 240º 0.06% 0.69% -
HSV(B) 240º 0.06% 0.71% -
XYZ 39.7 41.12 49.56 -
YUV 172.14 133 127.19 -
System Red Green Blue C M Y K H S L
Decimal 171 171 181 0.06 0.06 0 0.29 240 0.06 0.69
Hex AB AB B5 6 6 0 1D F0 6 45
Octal 253 253 265 6 6 0 35 360 6 105
Binary 10101011 10101011 10110101 110 110 0 11101 11110000 110 1000101

Color Harmonies of #ABABB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABABB5

Black with #ABABB5

Text Example


Text Example

White with #ABABB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABABB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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