Html Css Color HEX #ABABB2 Spun Pearl

📋 copy color: '#ABABB2'

red 171 ◦ green 171 ◦ blue 178

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

Shades of Spun Pearl #ABABB2

Tints of Spun Pearl #ABABB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 34.23%

R = 32.88%
G = 32.88%
B = 34.23%

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

#ABABB2 (or 0xABABB2) is known color: Spun Pearl. HEX triplet: AB, AB and B2. RGB value is (171,171,178). Sum of RGB (Red+Green+Blue) = 171+171+178=520 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.88% from 520); Green value is 171 (67.19% from 255 or 32.88% from 520); Blue value is 178 (69.92% from 255 or 34.23% from 520); Max value from RGB is 178 - color contains mainly: blue. Hex color #ABABB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABABB2 is #54544D. Grayscale: #ABABAB. Windows color (decimal): -5526606 or 11709355. OLE color: 11709355.

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

Color convert

RGB 171 171 178 -
CMYK 0.04 0.04 0 0.30
HSL 240º 0.04% 0.68% -
HSV(B) 240º 0.04% 0.7% -
XYZ 39.39 41 47.96 -
YUV 171.8 131.5 127.43 -
System Red Green Blue C M Y K H S L
Decimal 171 171 178 0.04 0.04 0 0.30 240 0.04 0.68
Hex AB AB B2 4 4 0 1E F0 4 44
Octal 253 253 262 4 4 0 36 360 4 104
Binary 10101011 10101011 10110010 100 100 0 11110 11110000 100 1000100

Color Harmonies of #ABABB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABABB2

Black with #ABABB2

Text Example


Text Example

White with #ABABB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABABB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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