#AEBCCB

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

Shades of Spindle #AEBCCB

Tints of Spindle #AEBCCB

Color information

#AEBCCB (or 0xAEBCCB) is unknown color: approx Spindle. HEX triplet: AE, BC and CB. RGB value is (174,188,203). Sum of RGB (Red+Green+Blue) = 174+188+203=565 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.80% from 565); Green value is 188 (73.83% from 255 or 33.27% from 565); Blue value is 203 (79.69% from 255 or 35.93% from 565); Max value from RGB is 203 - color contains mainly: blue. Hex color #AEBCCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBCCB is #514334. Grayscale: #B9B9B9. Windows color (decimal): -5325621 or 13352110. OLE color: 13352110.

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

Color convert

RGB174188203-
CMYK0.140.0700.20
HSL211.03º21.8%73.92%-
HSV(B)211.03º14.29%79.61%-
XYZ46.2249.2863.58-
YUV185.52137.86119.78-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.80%
GREEN value IS 188 (73.83% from 255) = 33.27%
BLUE value IS 203 (79.69% from 255) = 35.93%
R=30.80%
G=33.27%
B=35.93%

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
Decimal1741882030.140.0700.20211.0321.873.92
HexAEBCCBE7014d3164a
Octal25627431316702432326112
Binary101011101011110011001011111011101010011010011101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBCCB; }

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

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

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

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

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

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

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

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