#AEBBCF

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

Shades of Spindle #AEBBCF

Tints of Spindle #AEBBCF

Color information

#AEBBCF (or 0xAEBBCF) is unknown color: approx Spindle. HEX triplet: AE, BB and CF. RGB value is (174,187,207). Sum of RGB (Red+Green+Blue) = 174+187+207=568 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.63% from 568); Green value is 187 (73.44% from 255 or 32.92% from 568); Blue value is 207 (81.25% from 255 or 36.44% from 568); Max value from RGB is 207 - color contains mainly: blue. Hex color #AEBBCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBBCF is #514430. Grayscale: #B9B9B9. Windows color (decimal): -5325873 or 13613998. OLE color: 13613998.

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

Color convert

RGB174187207-
CMYK0.160.1000.19
HSL216.36º25.58%74.71%-
HSV(B)216.36º15.94%81.18%-
XYZ46.4949.0466.05-
YUV185.39140.19119.87-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.63%
GREEN value IS 187 (73.44% from 255) = 32.92%
BLUE value IS 207 (81.25% from 255) = 36.44%
R=30.63%
G=32.92%
B=36.44%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1741872070.160.1000.19216.3625.5874.71
HexAEBBCF10A013d81a4b
Octal256273317201202333032113
Binary10101110101110111100111110000101001001111011000110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBBCF; }

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

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

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

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

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

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

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

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