Html Css Color HEX #AEBED6 Spindle

📋 copy color: '#AEBED6'

red 174 ◦ green 190 ◦ blue 214

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

Shades of Spindle #AEBED6

Tints of Spindle #AEBED6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 37.02%

R = 30.1%
G = 32.87%
B = 37.02%

CMYK

 C value IS 0.19

 M value IS 0.11

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AEBED6 (or 0xAEBED6) is known color: Spindle. HEX triplet: AE, BE and D6. RGB value is (174,190,214). Sum of RGB (Red+Green+Blue) = 174+190+214=578 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.10% from 578); Green value is 190 (74.61% from 255 or 32.87% from 578); Blue value is 214 (83.98% from 255 or 37.02% from 578); Max value from RGB is 214 - color contains mainly: blue. Hex color #AEBED6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBED6 is #514129. Grayscale: #BBBBBB. Windows color (decimal): -5325098 or 14073518. OLE color: 14073518.

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

Color convert

RGB 174 190 214 -
CMYK 0.19 0.11 0 0.16
HSL 216º 0.33% 0.76% -
HSV(B) 216º 0.19% 0.84% -
XYZ 48.01 50.68 70.87 -
YUV 187.95 142.7 118.05 -
System Red Green Blue C M Y K H S L
Decimal 174 190 214 0.19 0.11 0 0.16 216 0.33 0.76
Hex AE BE D6 13 B 0 10 D8 21 4C
Octal 256 276 326 23 13 0 20 330 41 114
Binary 10101110 10111110 11010110 10011 1011 0 10000 11011000 100001 1001100

Color Harmonies of #AEBED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBED6

Black with #AEBED6

Text Example


Text Example

White with #AEBED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBED6; }

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

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

background-color css

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

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

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

border-color css

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

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

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