#AEBDCD

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

Shades of Spindle #AEBDCD

Tints of Spindle #AEBDCD

Color information

#AEBDCD (or 0xAEBDCD) is unknown color: approx Spindle. HEX triplet: AE, BD and CD. RGB value is (174,189,205). Sum of RGB (Red+Green+Blue) = 174+189+205=568 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.63% from 568); Green value is 189 (74.22% from 255 or 33.27% from 568); Blue value is 205 (80.47% from 255 or 36.09% from 568); Max value from RGB is 205 - color contains mainly: blue. Hex color #AEBDCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBDCD is #514232. Grayscale: #BABABA. Windows color (decimal): -5325363 or 13483438. OLE color: 13483438.

HSL color Cylindrical-coordinate representation of color #AEBDCD: hue angle of 210.97º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AEBDCD is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB174189205-
CMYK0.150.0800.20
HSL210.97º23.66%74.31%-
HSV(B)210.97º15.12%80.39%-
XYZ46.6749.864.91-
YUV186.34138.53119.2-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.63%
GREEN value IS 189 (74.22% from 255) = 33.27%
BLUE value IS 205 (80.47% from 255) = 36.09%
R=30.63%
G=33.27%
B=36.09%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1741892050.150.0800.20210.9723.6674.31
HexAEBDCDF8014d3184a
Octal256275315171002432330112
Binary1010111010111101110011011111100001010011010011110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBDCD; }

 p { color: rgb(174,189,205); }

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

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

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

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

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

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

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