Html Css Color HEX #ACABBD Spun Pearl

📋 copy color: '#ACABBD'

red 172 ◦ green 171 ◦ blue 189

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

Shades of Spun Pearl #ACABBD

Tints of Spun Pearl #ACABBD

RGB

 RED value IS 172 (67.58% from 255) = 32.33%

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

 BLUE value IS 189 (74.22% from 255) = 35.53%

R = 32.33%
G = 32.14%
B = 35.53%

CMYK

 C value IS 0.09

 M value IS 0.10

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#ACABBD (or 0xACABBD) is known color: Spun Pearl. HEX triplet: AC, AB and BD. RGB value is (172,171,189). Sum of RGB (Red+Green+Blue) = 172+171+189=532 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.33% from 532); Green value is 171 (67.19% from 255 or 32.14% from 532); Blue value is 189 (74.22% from 255 or 35.53% from 532); Max value from RGB is 189 - color contains mainly: blue. Hex color #ACABBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACABBD is #535442. Grayscale: #ADADAD. Windows color (decimal): -5461059 or 12430252. OLE color: 12430252.

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

Color convert

RGB 172 171 189 -
CMYK 0.09 0.10 0 0.26
HSL 243.33º 0.12% 0.71% -
HSV(B) 243.33º 0.1% 0.74% -
XYZ 40.76 41.57 54.02 -
YUV 173.35 136.83 127.04 -
System Red Green Blue C M Y K H S L
Decimal 172 171 189 0.09 0.10 0 0.26 243.33 0.12 0.71
Hex AC AB BD 9 A 0 1A F3 C 47
Octal 254 253 275 11 12 0 32 363 14 107
Binary 10101100 10101011 10111101 1001 1010 0 11010 11110011 1100 1000111

Color Harmonies of #ACABBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACABBD

Black with #ACABBD

Text Example


Text Example

White with #ACABBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACABBD; }

 p { color: rgb(172,171,189); }

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

background-color css

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

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

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

border-color css

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

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

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