Html Css Color HEX #AEACBB Spun Pearl

📋 copy color: '#AEACBB'

red 174 ◦ green 172 ◦ blue 187

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

Shades of Spun Pearl #AEACBB

Tints of Spun Pearl #AEACBB

RGB

 RED value IS 174 (68.36% from 255) = 32.65%

 GREEN value IS 172 (67.58% from 255) = 32.27%

 BLUE value IS 187 (73.44% from 255) = 35.08%

R = 32.65%
G = 32.27%
B = 35.08%

CMYK

 C value IS 0.07

 M value IS 0.08

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AEACBB (or 0xAEACBB) is known color: Spun Pearl. HEX triplet: AE, AC and BB. RGB value is (174,172,187). Sum of RGB (Red+Green+Blue) = 174+172+187=533 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.65% from 533); Green value is 172 (67.58% from 255 or 32.27% from 533); Blue value is 187 (73.44% from 255 or 35.08% from 533); Max value from RGB is 187 - color contains mainly: blue. Hex color #AEACBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEACBB is #515344. Grayscale: #AEAEAE. Windows color (decimal): -5329733 or 12299438. OLE color: 12299438.

HSL color Cylindrical-coordinate representation of color #AEACBB: hue angle of 248º degrees, saturation: 0.1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #AEACBB is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 174 172 187 -
CMYK 0.07 0.08 0 0.27
HSL 248º 0.1% 0.7% -
HSV(B) 248º 0.08% 0.73% -
XYZ 41.18 42.09 52.97 -
YUV 174.31 135.16 127.78 -
System Red Green Blue C M Y K H S L
Decimal 174 172 187 0.07 0.08 0 0.27 248 0.1 0.7
Hex AE AC BB 7 8 0 1B F8 A 46
Octal 256 254 273 7 10 0 33 370 12 106
Binary 10101110 10101100 10111011 111 1000 0 11011 11111000 1010 1000110

Color Harmonies of #AEACBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEACBB

Black with #AEACBB

Text Example


Text Example

White with #AEACBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEACBB; }

 p { color: rgb(174,172,187); }

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

background-color css

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

 a { background-color: rgb(174,172,187); }

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

border-color css

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

 span { border-color: rgb(174,172,187); }

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