Html Css Color HEX #ACABBC Spun Pearl

📋 copy color: '#ACABBC'

red 172 ◦ green 171 ◦ blue 188

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

Shades of Spun Pearl #ACABBC

Tints of Spun Pearl #ACABBC

RGB

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

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

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

R = 32.39%
G = 32.2%
B = 35.4%

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

#ACABBC (or 0xACABBC) is known color: Spun Pearl. HEX triplet: AC, AB and BC. RGB value is (172,171,188). Sum of RGB (Red+Green+Blue) = 172+171+188=531 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.39% from 531); Green value is 171 (67.19% from 255 or 32.20% from 531); Blue value is 188 (73.83% from 255 or 35.40% from 531); Max value from RGB is 188 - color contains mainly: blue. Hex color #ACABBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACABBC is #535443. Grayscale: #ADADAD. Windows color (decimal): -5461060 or 12364716. OLE color: 12364716.

HSL color Cylindrical-coordinate representation of color #ACABBC: hue angle of 243.53º 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 #ACABBC is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 172 171 188 -
CMYK 0.09 0.09 0 0.26
HSL 243.53º 0.11% 0.7% -
HSV(B) 243.53º 0.09% 0.74% -
XYZ 40.65 41.53 53.45 -
YUV 173.24 136.33 127.12 -
System Red Green Blue C M Y K H S L
Decimal 172 171 188 0.09 0.09 0 0.26 243.53 0.11 0.7
Hex AC AB BC 9 9 0 1A F4 B 46
Octal 254 253 274 11 11 0 32 364 13 106
Binary 10101100 10101011 10111100 1001 1001 0 11010 11110100 1011 1000110

Color Harmonies of #ACABBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACABBC

Black with #ACABBC

Text Example


Text Example

White with #ACABBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACABBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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