Html Css Color HEX #ABABBC Spun Pearl

📋 copy color: '#ABABBC'

red 171 ◦ green 171 ◦ blue 188

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

Shades of Spun Pearl #ABABBC

Tints of Spun Pearl #ABABBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 35.47%

R = 32.26%
G = 32.26%
B = 35.47%

CMYK

 C value IS 0.09

 M value IS 0.09

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#ABABBC (or 0xABABBC) is known color: Spun Pearl. HEX triplet: AB, AB and BC. RGB value is (171,171,188). Sum of RGB (Red+Green+Blue) = 171+171+188=530 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.26% from 530); Green value is 171 (67.19% from 255 or 32.26% from 530); Blue value is 188 (73.83% from 255 or 35.47% from 530); Max value from RGB is 188 - color contains mainly: blue. Hex color #ABABBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABABBC is #545443. Grayscale: #ACACAC. Windows color (decimal): -5526596 or 12364715. OLE color: 12364715.

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

Color convert

RGB 171 171 188 -
CMYK 0.09 0.09 0 0.26
HSL 240º 0.11% 0.7% -
HSV(B) 240º 0.09% 0.74% -
XYZ 40.43 41.41 53.44 -
YUV 172.94 136.5 126.62 -
System Red Green Blue C M Y K H S L
Decimal 171 171 188 0.09 0.09 0 0.26 240 0.11 0.7
Hex AB AB BC 9 9 0 1A F0 B 46
Octal 253 253 274 11 11 0 32 360 13 106
Binary 10101011 10101011 10111100 1001 1001 0 11010 11110000 1011 1000110

Color Harmonies of #ABABBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABABBC

Black with #ABABBC

Text Example


Text Example

White with #ABABBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABABBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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