#AEADBB

Color #AEADBB Spun Pearl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spun Pearl #AEADBB

Tints of Spun Pearl #AEADBB

Color information

#AEADBB (or 0xAEADBB) is unknown color: approx Spun Pearl. HEX triplet: AE, AD and BB. RGB value is (174,173,187). Sum of RGB (Red+Green+Blue) = 174+173+187=534 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.58% from 534); Green value is 173 (67.97% from 255 or 32.40% from 534); Blue value is 187 (73.44% from 255 or 35.02% from 534); Max value from RGB is 187 - color contains mainly: blue. Hex color #AEADBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEADBB is #515244. Grayscale: #AEAEAE. Windows color (decimal): -5329477 or 12299694. OLE color: 12299694.

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

Color convert

RGB174173187-
CMYK0.070.0700.27
HSL244.29º9.33%70.59%-
HSV(B)244.29º7.49%73.33%-
XYZ41.3742.4753.03-
YUV174.9134.83127.36-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.58%
GREEN value IS 173 (67.97% from 255) = 32.40%
BLUE value IS 187 (73.44% from 255) = 35.02%
R=32.58%
G=32.40%
B=35.02%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741731870.070.0700.27244.299.3370.59
HexAEADBB7701Bf4947
Octal2562552737703336411107
Binary1010111010101101101110111111110110111111010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEADBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEADBB; }

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

 H1.HeaderClassName
 {
   color: #AEADBB;
 }
 .AnyTagClassName
 {
   color: #AEADBB;
 }
</style>
background-color css

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

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

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

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

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

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