#AEBFCD

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

Shades of Spindle #AEBFCD

Tints of Spindle #AEBFCD

Color information

#AEBFCD (or 0xAEBFCD) is unknown color: approx Spindle. HEX triplet: AE, BF and CD. RGB value is (174,191,205). Sum of RGB (Red+Green+Blue) = 174+191+205=570 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.53% from 570); Green value is 191 (75% from 255 or 33.51% from 570); Blue value is 205 (80.47% from 255 or 35.96% from 570); Max value from RGB is 205 - color contains mainly: blue. Hex color #AEBFCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBFCD is #514032. Grayscale: #BBBBBB. Windows color (decimal): -5324851 or 13483950. OLE color: 13483950.

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

Color convert

RGB174191205-
CMYK0.150.0700.20
HSL207.1º23.66%74.31%-
HSV(B)207.1º15.12%80.39%-
XYZ47.1150.6765.05-
YUV187.51137.87118.36-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.53%
GREEN value IS 191 (75% from 255) = 33.51%
BLUE value IS 205 (80.47% from 255) = 35.96%
R=30.53%
G=33.51%
B=35.96%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1741912050.150.0700.20207.123.6674.31
HexAEBFCDF7014cf184a
Octal25627731517702431730112
Binary101011101011111111001101111111101010011001111110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBFCD; }

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

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

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

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

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

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

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

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