#AEBFCE

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

Shades of Spindle #AEBFCE

Tints of Spindle #AEBFCE

Color information

#AEBFCE (or 0xAEBFCE) is unknown color: approx Spindle. HEX triplet: AE, BF and CE. RGB value is (174,191,206). Sum of RGB (Red+Green+Blue) = 174+191+206=571 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.47% from 571); Green value is 191 (75% from 255 or 33.45% from 571); Blue value is 206 (80.86% from 255 or 36.08% from 571); Max value from RGB is 206 - color contains mainly: blue. Hex color #AEBFCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBFCE is #514031. Grayscale: #BBBBBB. Windows color (decimal): -5324850 or 13549486. OLE color: 13549486.

HSL color Cylindrical-coordinate representation of color #AEBFCE: hue angle of 208.12º 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 #AEBFCE is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB174191206-
CMYK0.160.0700.19
HSL208.12º24.62%74.51%-
HSV(B)208.12º15.53%80.78%-
XYZ47.2350.7265.69-
YUV187.63138.37118.28-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.47%
GREEN value IS 191 (75% from 255) = 33.45%
BLUE value IS 206 (80.86% from 255) = 36.08%
R=30.47%
G=33.45%
B=36.08%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1741912060.160.0700.19208.1224.6274.51
HexAEBFCE107013d0194b
Octal25627731620702332031113
Binary1010111010111111110011101000011101001111010000110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBFCE; }

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

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

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

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

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

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

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

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