#AEBBCD

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

Shades of Spindle #AEBBCD

Tints of Spindle #AEBBCD

Color information

#AEBBCD (or 0xAEBBCD) is unknown color: approx Spindle. HEX triplet: AE, BB and CD. RGB value is (174,187,205). Sum of RGB (Red+Green+Blue) = 174+187+205=566 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.74% from 566); Green value is 187 (73.44% from 255 or 33.04% from 566); Blue value is 205 (80.47% from 255 or 36.22% from 566); Max value from RGB is 205 - color contains mainly: blue. Hex color #AEBBCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBBCD is #514432. Grayscale: #B9B9B9. Windows color (decimal): -5325875 or 13482926. OLE color: 13482926.

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

Color convert

RGB174187205-
CMYK0.150.0900.20
HSL214.84º23.66%74.31%-
HSV(B)214.84º15.12%80.39%-
XYZ46.2548.9564.77-
YUV185.16139.19120.04-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.74%
GREEN value IS 187 (73.44% from 255) = 33.04%
BLUE value IS 205 (80.47% from 255) = 36.22%
R=30.74%
G=33.04%
B=36.22%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1741872050.150.0900.20214.8423.6674.31
HexAEBBCDF9014d7184a
Octal256273315171102432730112
Binary1010111010111011110011011111100101010011010111110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBBCD; }

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

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

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

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

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

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

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

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