#AEBCCA

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

Shades of Spindle #AEBCCA

Tints of Spindle #AEBCCA

Color information

#AEBCCA (or 0xAEBCCA) is unknown color: approx Spindle. HEX triplet: AE, BC and CA. RGB value is (174,188,202). Sum of RGB (Red+Green+Blue) = 174+188+202=564 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.85% from 564); Green value is 188 (73.83% from 255 or 33.33% from 564); Blue value is 202 (79.30% from 255 or 35.82% from 564); Max value from RGB is 202 - color contains mainly: blue. Hex color #AEBCCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBCCA is #514335. Grayscale: #B9B9B9. Windows color (decimal): -5325622 or 13286574. OLE color: 13286574.

HSL color Cylindrical-coordinate representation of color #AEBCCA: hue angle of 210º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AEBCCA is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB174188202-
CMYK0.140.0700.21
HSL210º20.9%73.73%-
HSV(B)210º13.86%79.22%-
XYZ46.149.2362.95-
YUV185.41137.36119.86-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.85%
GREEN value IS 188 (73.83% from 255) = 33.33%
BLUE value IS 202 (79.30% from 255) = 35.82%
R=30.85%
G=33.33%
B=35.82%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1741882020.140.0700.2121020.973.73
HexAEBCCAE7015d2154a
Octal25627431216702532225112
Binary101011101011110011001010111011101010111010010101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBCCA; }

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

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

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

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

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

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

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

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