Html Css Color HEX #AEBAC9 Spindle

📋 copy color: '#AEBAC9'

red 174 ◦ green 186 ◦ blue 201

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

Shades of Spindle #AEBAC9

Tints of Spindle #AEBAC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 35.83%

R = 31.02%
G = 33.16%
B = 35.83%

CMYK

 C value IS 0.13

 M value IS 0.07

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AEBAC9 (or 0xAEBAC9) is known color: Spindle. HEX triplet: AE, BA and C9. RGB value is (174,186,201). Sum of RGB (Red+Green+Blue) = 174+186+201=561 (74% of max value = 765). Red value is 174 (68.36% from 255 or 31.02% from 561); Green value is 186 (73.05% from 255 or 33.16% from 561); Blue value is 201 (78.91% from 255 or 35.83% from 561); Max value from RGB is 201 - color contains mainly: blue. Hex color #AEBAC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBAC9 is #514536. Grayscale: #B8B8B8. Windows color (decimal): -5326135 or 13220526. OLE color: 13220526.

HSL color Cylindrical-coordinate representation of color #AEBAC9: hue angle of 213.33º degrees, saturation: 0.2, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AEBAC9 is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 174 186 201 -
CMYK 0.13 0.07 0 0.21
HSL 213.33º 0.2% 0.74% -
HSV(B) 213.33º 0.13% 0.79% -
XYZ 45.56 48.33 62.19 -
YUV 184.12 137.52 120.78 -
System Red Green Blue C M Y K H S L
Decimal 174 186 201 0.13 0.07 0 0.21 213.33 0.2 0.74
Hex AE BA C9 D 7 0 15 D5 14 4A
Octal 256 272 311 15 7 0 25 325 24 112
Binary 10101110 10111010 11001001 1101 111 0 10101 11010101 10100 1001010

Color Harmonies of #AEBAC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBAC9

Black with #AEBAC9

Text Example


Text Example

White with #AEBAC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBAC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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