#AEBBC9

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

Shades of Spindle #AEBBC9

Tints of Spindle #AEBBC9

Color information

#AEBBC9 (or 0xAEBBC9) is unknown color: approx Spindle. HEX triplet: AE, BB and C9. RGB value is (174,187,201). Sum of RGB (Red+Green+Blue) = 174+187+201=562 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.96% from 562); Green value is 187 (73.44% from 255 or 33.27% from 562); Blue value is 201 (78.91% from 255 or 35.77% from 562); Max value from RGB is 201 - color contains mainly: blue. Hex color #AEBBC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBBC9 is #514436. Grayscale: #B8B8B8. Windows color (decimal): -5325879 or 13220782. OLE color: 13220782.

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

Color convert

RGB174187201-
CMYK0.130.0700.21
HSL211.11º20%73.53%-
HSV(B)211.11º13.43%78.82%-
XYZ45.7748.7662.26-
YUV184.71137.19120.36-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.96%
GREEN value IS 187 (73.44% from 255) = 33.27%
BLUE value IS 201 (78.91% from 255) = 35.77%
R=30.96%
G=33.27%
B=35.77%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1741872010.130.0700.21211.112073.53
HexAEBBC9D7015d3144a
Octal25627331115702532324112
Binary101011101011101111001001110111101010111010011101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBBC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBBC9; }

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

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

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

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

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

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

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

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