#AEBAD0

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

Shades of Spindle #AEBAD0

Tints of Spindle #AEBAD0

Color information

#AEBAD0 (or 0xAEBAD0) is unknown color: approx Spindle. HEX triplet: AE, BA and D0. RGB value is (174,186,208). Sum of RGB (Red+Green+Blue) = 174+186+208=568 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.63% from 568); Green value is 186 (73.05% from 255 or 32.75% from 568); Blue value is 208 (81.64% from 255 or 36.62% from 568); Max value from RGB is 208 - color contains mainly: blue. Hex color #AEBAD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBAD0 is #51452F. Grayscale: #B8B8B8. Windows color (decimal): -5326128 or 13679278. OLE color: 13679278.

HSL color Cylindrical-coordinate representation of color #AEBAD0: hue angle of 218.82º degrees, saturation: 0.27, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AEBAD0 is Cyan = 0.16, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB174186208-
CMYK0.160.1100.18
HSL218.82º26.56%74.9%-
HSV(B)218.82º16.35%81.57%-
XYZ46.448.6766.62-
YUV184.92141.02120.21-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.63%
GREEN value IS 186 (73.05% from 255) = 32.75%
BLUE value IS 208 (81.64% from 255) = 36.62%
R=30.63%
G=32.75%
B=36.62%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1741862080.160.1100.18218.8226.5674.9
HexAEBAD010B012db1b4b
Octal256272320201302233333113
Binary10101110101110101101000010000101101001011011011110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBAD0; }

 p { color: rgb(174,186,208); }

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

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

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

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

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

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

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