#AEBDCB

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

Shades of Spindle #AEBDCB

Tints of Spindle #AEBDCB

Color information

#AEBDCB (or 0xAEBDCB) is unknown color: approx Spindle. HEX triplet: AE, BD and CB. RGB value is (174,189,203). Sum of RGB (Red+Green+Blue) = 174+189+203=566 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.74% from 566); Green value is 189 (74.22% from 255 or 33.39% from 566); Blue value is 203 (79.69% from 255 or 35.87% from 566); Max value from RGB is 203 - color contains mainly: blue. Hex color #AEBDCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBDCB is #514234. Grayscale: #BABABA. Windows color (decimal): -5325365 or 13352366. OLE color: 13352366.

HSL color Cylindrical-coordinate representation of color #AEBDCB: hue angle of 208.97º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AEBDCB is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB174189203-
CMYK0.140.0700.20
HSL208.97º21.8%73.92%-
HSV(B)208.97º14.29%79.61%-
XYZ46.4349.7163.65-
YUV186.11137.53119.36-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.74%
GREEN value IS 189 (74.22% from 255) = 33.39%
BLUE value IS 203 (79.69% from 255) = 35.87%
R=30.74%
G=33.39%
B=35.87%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1741892030.140.0700.20208.9721.873.92
HexAEBDCBE7014d1164a
Octal25627531316702432126112
Binary101011101011110111001011111011101010011010001101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBDCB; }

 p { color: rgb(174,189,203); }

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

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

 a { background-color: rgb(174,189,203); }

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

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

 span { border-color: rgb(174,189,203); }

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