Html Css Color HEX #AEBED1 Spindle

📋 copy color: '#AEBED1'

red 174 ◦ green 190 ◦ blue 209

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

Shades of Spindle #AEBED1

Tints of Spindle #AEBED1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 36.47%

R = 30.37%
G = 33.16%
B = 36.47%

CMYK

 C value IS 0.17

 M value IS 0.09

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AEBED1 (or 0xAEBED1) is known color: Spindle. HEX triplet: AE, BE and D1. RGB value is (174,190,209). Sum of RGB (Red+Green+Blue) = 174+190+209=573 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.37% from 573); Green value is 190 (74.61% from 255 or 33.16% from 573); Blue value is 209 (82.03% from 255 or 36.47% from 573); Max value from RGB is 209 - color contains mainly: blue. Hex color #AEBED1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBED1 is #51412E. Grayscale: #BBBBBB. Windows color (decimal): -5325103 or 13745838. OLE color: 13745838.

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

Color convert

RGB 174 190 209 -
CMYK 0.17 0.09 0 0.18
HSL 212.57º 0.28% 0.75% -
HSV(B) 212.57º 0.17% 0.82% -
XYZ 47.38 50.43 67.56 -
YUV 187.38 140.2 118.46 -
System Red Green Blue C M Y K H S L
Decimal 174 190 209 0.17 0.09 0 0.18 212.57 0.28 0.75
Hex AE BE D1 11 9 0 12 D5 1C 4B
Octal 256 276 321 21 11 0 22 325 34 113
Binary 10101110 10111110 11010001 10001 1001 0 10010 11010101 11100 1001011

Color Harmonies of #AEBED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBED1

Black with #AEBED1

Text Example


Text Example

White with #AEBED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBED1; }

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

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

background-color css

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

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

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

border-color css

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

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

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