Html Css Color HEX #AEBACD Spindle

📋 copy color: '#AEBACD'

red 174 ◦ green 186 ◦ blue 205

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

Shades of Spindle #AEBACD

Tints of Spindle #AEBACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 36.28%

R = 30.8%
G = 32.92%
B = 36.28%

CMYK

 C value IS 0.15

 M value IS 0.09

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AEBACD (or 0xAEBACD) is known color: Spindle. HEX triplet: AE, BA and CD. RGB value is (174,186,205). Sum of RGB (Red+Green+Blue) = 174+186+205=565 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.80% from 565); Green value is 186 (73.05% from 255 or 32.92% from 565); Blue value is 205 (80.47% from 255 or 36.28% from 565); Max value from RGB is 205 - color contains mainly: blue. Hex color #AEBACD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBACD is #514532. Grayscale: #B8B8B8. Windows color (decimal): -5326131 or 13482670. OLE color: 13482670.

HSL color Cylindrical-coordinate representation of color #AEBACD: hue angle of 216.77º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AEBACD is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 174 186 205 -
CMYK 0.15 0.09 0 0.20
HSL 216.77º 0.24% 0.74% -
HSV(B) 216.77º 0.15% 0.8% -
XYZ 46.03 48.52 64.7 -
YUV 184.58 139.52 120.46 -
System Red Green Blue C M Y K H S L
Decimal 174 186 205 0.15 0.09 0 0.20 216.77 0.24 0.74
Hex AE BA CD F 9 0 14 D9 18 4A
Octal 256 272 315 17 11 0 24 331 30 112
Binary 10101110 10111010 11001101 1111 1001 0 10100 11011001 11000 1001010

Color Harmonies of #AEBACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBACD

Black with #AEBACD

Text Example


Text Example

White with #AEBACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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