Html Css Color HEX #AEBAD0 Spindle

📋 copy color: '#AEBAD0'

red 174 ◦ green 186 ◦ blue 208

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

Shades of Spindle #AEBAD0

Tints of Spindle #AEBAD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 36.62%

R = 30.63%
G = 32.75%
B = 36.62%

CMYK

 C value IS 0.16

 M value IS 0.11

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AEBAD0 (or 0xAEBAD0) is known color: Spindle. HEX triplet: AE, BA and D0. RGB value is (174,186,208). Sum of RGB (Red+Green+Blue) = 174+186+208=568 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.63% from 568); Green value is 186 (73.05% from 255 or 32.75% from 568); Blue value is 208 (81.64% from 255 or 36.62% from 568); Max value from RGB is 208 - color contains mainly: blue. Hex color #AEBAD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBAD0 is #51452F. Grayscale: #B8B8B8. Windows color (decimal): -5326128 or 13679278. OLE color: 13679278.

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

Color convert

RGB 174 186 208 -
CMYK 0.16 0.11 0 0.18
HSL 218.82º 0.27% 0.75% -
HSV(B) 218.82º 0.16% 0.82% -
XYZ 46.4 48.67 66.62 -
YUV 184.92 141.02 120.21 -
System Red Green Blue C M Y K H S L
Decimal 174 186 208 0.16 0.11 0 0.18 218.82 0.27 0.75
Hex AE BA D0 10 B 0 12 DB 1B 4B
Octal 256 272 320 20 13 0 22 333 33 113
Binary 10101110 10111010 11010000 10000 1011 0 10010 11011011 11011 1001011

Color Harmonies of #AEBAD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBAD0

Black with #AEBAD0

Text Example


Text Example

White with #AEBAD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBAD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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