#AEBCCD

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

Shades of Spindle #AEBCCD

Tints of Spindle #AEBCCD

Color information

#AEBCCD (or 0xAEBCCD) is unknown color: approx Spindle. HEX triplet: AE, BC and CD. RGB value is (174,188,205). Sum of RGB (Red+Green+Blue) = 174+188+205=567 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.69% from 567); Green value is 188 (73.83% from 255 or 33.16% from 567); Blue value is 205 (80.47% from 255 or 36.16% from 567); Max value from RGB is 205 - color contains mainly: blue. Hex color #AEBCCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBCCD is #514332. Grayscale: #B9B9B9. Windows color (decimal): -5325619 or 13483182. OLE color: 13483182.

HSL color Cylindrical-coordinate representation of color #AEBCCD: hue angle of 212.9º 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 #AEBCCD is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB174188205-
CMYK0.150.0800.20
HSL212.9º23.66%74.31%-
HSV(B)212.9º15.12%80.39%-
XYZ46.4649.3764.84-
YUV185.75138.86119.62-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.69%
GREEN value IS 188 (73.83% from 255) = 33.16%
BLUE value IS 205 (80.47% from 255) = 36.16%
R=30.69%
G=33.16%
B=36.16%

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
Decimal1741882050.150.0800.20212.923.6674.31
HexAEBCCDF8014d5184a
Octal256274315171002432530112
Binary1010111010111100110011011111100001010011010101110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBCCD; }

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

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

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

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

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

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

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

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