Html Css Color HEX #AEBAD2 Spindle

📋 copy color: '#AEBAD2'

red 174 ◦ green 186 ◦ blue 210

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

Shades of Spindle #AEBAD2

Tints of Spindle #AEBAD2

RGB

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

 GREEN value IS 186 (73.05% from 255) = 32.63%

 BLUE value IS 210 (82.42% from 255) = 36.84%

R = 30.53%
G = 32.63%
B = 36.84%

CMYK

 C value IS 0.17

 M value IS 0.11

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AEBAD2 (or 0xAEBAD2) is known color: Spindle. HEX triplet: AE, BA and D2. RGB value is (174,186,210). Sum of RGB (Red+Green+Blue) = 174+186+210=570 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.53% from 570); Green value is 186 (73.05% from 255 or 32.63% from 570); Blue value is 210 (82.42% from 255 or 36.84% from 570); Max value from RGB is 210 - color contains mainly: blue. Hex color #AEBAD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBAD2 is #51452D. Grayscale: #B9B9B9. Windows color (decimal): -5326126 or 13810350. OLE color: 13810350.

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

Color convert

RGB 174 186 210 -
CMYK 0.17 0.11 0 0.18
HSL 220º 0.29% 0.75% -
HSV(B) 220º 0.17% 0.82% -
XYZ 46.65 48.77 67.93 -
YUV 185.15 142.02 120.05 -
System Red Green Blue C M Y K H S L
Decimal 174 186 210 0.17 0.11 0 0.18 220 0.29 0.75
Hex AE BA D2 11 B 0 12 DC 1D 4B
Octal 256 272 322 21 13 0 22 334 35 113
Binary 10101110 10111010 11010010 10001 1011 0 10010 11011100 11101 1001011

Color Harmonies of #AEBAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBAD2

Black with #AEBAD2

Text Example


Text Example

White with #AEBAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBAD2; }

 p { color: rgb(174,186,210); }

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

background-color css

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

 a { background-color: rgb(174,186,210); }

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

border-color css

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

 span { border-color: rgb(174,186,210); }

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