Html Css Color HEX #ABABB6 Spun Pearl

📋 copy color: '#ABABB6'

red 171 ◦ green 171 ◦ blue 182

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

Shades of Spun Pearl #ABABB6

Tints of Spun Pearl #ABABB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 34.73%

R = 32.63%
G = 32.63%
B = 34.73%

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

#ABABB6 (or 0xABABB6) is known color: Spun Pearl. HEX triplet: AB, AB and B6. RGB value is (171,171,182). Sum of RGB (Red+Green+Blue) = 171+171+182=524 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.63% from 524); Green value is 171 (67.19% from 255 or 32.63% from 524); Blue value is 182 (71.48% from 255 or 34.73% from 524); Max value from RGB is 182 - color contains mainly: blue. Hex color #ABABB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABABB6 is #545449. Grayscale: #ACACAC. Windows color (decimal): -5526602 or 11971499. OLE color: 11971499.

HSL color Cylindrical-coordinate representation of color #ABABB6: hue angle of 240º degrees, saturation: 0.07, 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 #ABABB6 is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 171 171 182 -
CMYK 0.06 0.06 0 0.29
HSL 240º 0.07% 0.69% -
HSV(B) 240º 0.06% 0.71% -
XYZ 39.8 41.16 50.1 -
YUV 172.25 133.5 127.11 -
System Red Green Blue C M Y K H S L
Decimal 171 171 182 0.06 0.06 0 0.29 240 0.07 0.69
Hex AB AB B6 6 6 0 1D F0 7 45
Octal 253 253 266 6 6 0 35 360 7 105
Binary 10101011 10101011 10110110 110 110 0 11101 11110000 111 1000101

Color Harmonies of #ABABB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABABB6

Black with #ABABB6

Text Example


Text Example

White with #ABABB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABABB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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