Html Css Color HEX #AEAEBB Spun Pearl

📋 copy color: '#AEAEBB'

red 174 ◦ green 174 ◦ blue 187

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

Shades of Spun Pearl #AEAEBB

Tints of Spun Pearl #AEAEBB

RGB

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

 GREEN value IS 174 (68.36% from 255) = 32.52%

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

R = 32.52%
G = 32.52%
B = 34.95%

CMYK

 C value IS 0.07

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AEAEBB (or 0xAEAEBB) is known color: Spun Pearl. HEX triplet: AE, AE and BB. RGB value is (174,174,187). Sum of RGB (Red+Green+Blue) = 174+174+187=535 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.52% from 535); Green value is 174 (68.36% from 255 or 32.52% from 535); Blue value is 187 (73.44% from 255 or 34.95% from 535); Max value from RGB is 187 - color contains mainly: blue. Hex color #AEAEBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEAEBB is #515144. Grayscale: #AFAFAF. Windows color (decimal): -5329221 or 12299950. OLE color: 12299950.

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

Color convert

RGB 174 174 187 -
CMYK 0.07 0.07 0 0.27
HSL 240º 0.09% 0.71% -
HSV(B) 240º 0.07% 0.73% -
XYZ 41.56 42.86 53.1 -
YUV 175.48 134.5 126.94 -
System Red Green Blue C M Y K H S L
Decimal 174 174 187 0.07 0.07 0 0.27 240 0.09 0.71
Hex AE AE BB 7 7 0 1B F0 9 47
Octal 256 256 273 7 7 0 33 360 11 107
Binary 10101110 10101110 10111011 111 111 0 11011 11110000 1001 1000111

Color Harmonies of #AEAEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAEBB

Black with #AEAEBB

Text Example


Text Example

White with #AEAEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAEBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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