Html Css Color HEX #AEBDD1 Spindle

📋 copy color: '#AEBDD1'

red 174 ◦ green 189 ◦ blue 209

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

Shades of Spindle #AEBDD1

Tints of Spindle #AEBDD1

RGB

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

 GREEN value IS 189 (74.22% from 255) = 33.04%

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

R = 30.42%
G = 33.04%
B = 36.54%

CMYK

 C value IS 0.17

 M value IS 0.10

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AEBDD1 (or 0xAEBDD1) is known color: Spindle. HEX triplet: AE, BD and D1. RGB value is (174,189,209). Sum of RGB (Red+Green+Blue) = 174+189+209=572 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.42% from 572); Green value is 189 (74.22% from 255 or 33.04% from 572); Blue value is 209 (82.03% from 255 or 36.54% from 572); Max value from RGB is 209 - color contains mainly: blue. Hex color #AEBDD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBDD1 is #51422E. Grayscale: #BABABA. Windows color (decimal): -5325359 or 13745582. OLE color: 13745582.

HSL color Cylindrical-coordinate representation of color #AEBDD1: hue angle of 214.29º 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 #AEBDD1 is Cyan = 0.17, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 174 189 209 -
CMYK 0.17 0.10 0 0.18
HSL 214.29º 0.28% 0.75% -
HSV(B) 214.29º 0.17% 0.82% -
XYZ 47.16 50 67.49 -
YUV 186.8 140.53 118.87 -
System Red Green Blue C M Y K H S L
Decimal 174 189 209 0.17 0.10 0 0.18 214.29 0.28 0.75
Hex AE BD D1 11 A 0 12 D6 1C 4B
Octal 256 275 321 21 12 0 22 326 34 113
Binary 10101110 10111101 11010001 10001 1010 0 10010 11010110 11100 1001011

Color Harmonies of #AEBDD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBDD1

Black with #AEBDD1

Text Example


Text Example

White with #AEBDD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBDD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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