#AEBBCE

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

Shades of Spindle #AEBBCE

Tints of Spindle #AEBBCE

Color information

#AEBBCE (or 0xAEBBCE) is unknown color: approx Spindle. HEX triplet: AE, BB and CE. RGB value is (174,187,206). Sum of RGB (Red+Green+Blue) = 174+187+206=567 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.69% from 567); Green value is 187 (73.44% from 255 or 32.98% from 567); Blue value is 206 (80.86% from 255 or 36.33% from 567); Max value from RGB is 206 - color contains mainly: blue. Hex color #AEBBCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBBCE is #514431. Grayscale: #B9B9B9. Windows color (decimal): -5325874 or 13548462. OLE color: 13548462.

HSL color Cylindrical-coordinate representation of color #AEBBCE: hue angle of 215.62º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AEBBCE is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB174187206-
CMYK0.160.0900.19
HSL215.62º24.62%74.51%-
HSV(B)215.62º15.53%80.78%-
XYZ46.374965.41-
YUV185.28139.69119.96-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.69%
GREEN value IS 187 (73.44% from 255) = 32.98%
BLUE value IS 206 (80.86% from 255) = 36.33%
R=30.69%
G=32.98%
B=36.33%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1741872060.160.0900.19215.6224.6274.51
HexAEBBCE109013d8194b
Octal256273316201102333031113
Binary10101110101110111100111010000100101001111011000110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBBCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBBCE; }

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

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

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

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

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

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

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

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