#AEBBD0

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

Shades of Spindle #AEBBD0

Tints of Spindle #AEBBD0

Color information

#AEBBD0 (or 0xAEBBD0) is unknown color: approx Spindle. HEX triplet: AE, BB and D0. RGB value is (174,187,208). Sum of RGB (Red+Green+Blue) = 174+187+208=569 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.58% from 569); Green value is 187 (73.44% from 255 or 32.86% from 569); Blue value is 208 (81.64% from 255 or 36.56% from 569); Max value from RGB is 208 - color contains mainly: blue. Hex color #AEBBD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBBD0 is #51442F. Grayscale: #B9B9B9. Windows color (decimal): -5325872 or 13679534. OLE color: 13679534.

HSL color Cylindrical-coordinate representation of color #AEBBD0: hue angle of 217.06º degrees, saturation: 0.27, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AEBBD0 is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB174187208-
CMYK0.160.1000.18
HSL217.06º26.56%74.9%-
HSV(B)217.06º16.35%81.57%-
XYZ46.6149.0966.69-
YUV185.51140.69119.79-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.58%
GREEN value IS 187 (73.44% from 255) = 32.86%
BLUE value IS 208 (81.64% from 255) = 36.56%
R=30.58%
G=32.86%
B=36.56%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1741872080.160.1000.18217.0626.5674.9
HexAEBBD010A012d91b4b
Octal256273320201202233133113
Binary10101110101110111101000010000101001001011011001110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBBD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBBD0; }

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

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

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

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

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

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

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

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