Html Css Color HEX #AEABBC Spun Pearl

📋 copy color: '#AEABBC'

red 174 ◦ green 171 ◦ blue 188

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

Shades of Spun Pearl #AEABBC

Tints of Spun Pearl #AEABBC

RGB

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

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

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

R = 32.65%
G = 32.08%
B = 35.27%

CMYK

 C value IS 0.07

 M value IS 0.09

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AEABBC (or 0xAEABBC) is known color: Spun Pearl. HEX triplet: AE, AB and BC. RGB value is (174,171,188). Sum of RGB (Red+Green+Blue) = 174+171+188=533 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.65% from 533); Green value is 171 (67.19% from 255 or 32.08% from 533); Blue value is 188 (73.83% from 255 or 35.27% from 533); Max value from RGB is 188 - color contains mainly: blue. Hex color #AEABBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEABBC is #515443. Grayscale: #ADADAD. Windows color (decimal): -5329988 or 12364718. OLE color: 12364718.

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

Color convert

RGB 174 171 188 -
CMYK 0.07 0.09 0 0.26
HSL 250.59º 0.11% 0.7% -
HSV(B) 250.59º 0.09% 0.74% -
XYZ 41.1 41.76 53.47 -
YUV 173.84 135.99 128.12 -
System Red Green Blue C M Y K H S L
Decimal 174 171 188 0.07 0.09 0 0.26 250.59 0.11 0.7
Hex AE AB BC 7 9 0 1A FB B 46
Octal 256 253 274 7 11 0 32 373 13 106
Binary 10101110 10101011 10111100 111 1001 0 11010 11111011 1011 1000110

Color Harmonies of #AEABBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEABBC

Black with #AEABBC

Text Example


Text Example

White with #AEABBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEABBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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