Html Css Color HEX #AEBED5 Spindle

📋 copy color: '#AEBED5'

red 174 ◦ green 190 ◦ blue 213

#AEBED5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spindle #AEBED5

Tints of Spindle #AEBED5

RGB

 RED value IS 174 (68.36% from 255) = 30.16%

 GREEN value IS 190 (74.61% from 255) = 32.93%

 BLUE value IS 213 (83.59% from 255) = 36.92%

R = 30.16%
G = 32.93%
B = 36.92%

CMYK

 C value IS 0.18

 M value IS 0.11

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AEBED5 (or 0xAEBED5) is known color: Spindle. HEX triplet: AE, BE and D5. RGB value is (174,190,213). Sum of RGB (Red+Green+Blue) = 174+190+213=577 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.16% from 577); Green value is 190 (74.61% from 255 or 32.93% from 577); Blue value is 213 (83.59% from 255 or 36.92% from 577); Max value from RGB is 213 - color contains mainly: blue. Hex color #AEBED5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBED5 is #51412A. Grayscale: #BBBBBB. Windows color (decimal): -5325099 or 14007982. OLE color: 14007982.

HSL color Cylindrical-coordinate representation of color #AEBED5: hue angle of 215.38º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AEBED5 is Cyan = 0.18, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 174 190 213 -
CMYK 0.18 0.11 0 0.16
HSL 215.38º 0.32% 0.76% -
HSV(B) 215.38º 0.18% 0.84% -
XYZ 47.88 50.63 70.2 -
YUV 187.84 142.2 118.13 -
System Red Green Blue C M Y K H S L
Decimal 174 190 213 0.18 0.11 0 0.16 215.38 0.32 0.76
Hex AE BE D5 12 B 0 10 D7 20 4C
Octal 256 276 325 22 13 0 20 327 40 114
Binary 10101110 10111110 11010101 10010 1011 0 10000 11010111 100000 1001100

Color Harmonies of #AEBED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBED5

Black with #AEBED5

Text Example


Text Example

White with #AEBED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBED5; }

 p { color: rgb(174,190,213); }

 H1.HeaderClassName
 {
   color: #AEBED5;
 }
 .AnyTagClassName
 {
   color: #AEBED5;
 }
</style>

background-color css

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

 a { background-color: rgb(174,190,213); }

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

border-color css

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

 span { border-color: rgb(174,190,213); }

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