Html Css Color HEX #AEBACF Spindle

📋 copy color: '#AEBACF'

red 174 ◦ green 186 ◦ blue 207

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

Shades of Spindle #AEBACF

Tints of Spindle #AEBACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 36.51%

R = 30.69%
G = 32.8%
B = 36.51%

CMYK

 C value IS 0.16

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AEBACF (or 0xAEBACF) is known color: Spindle. HEX triplet: AE, BA and CF. RGB value is (174,186,207). Sum of RGB (Red+Green+Blue) = 174+186+207=567 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.69% from 567); Green value is 186 (73.05% from 255 or 32.80% from 567); Blue value is 207 (81.25% from 255 or 36.51% from 567); Max value from RGB is 207 - color contains mainly: blue. Hex color #AEBACF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBACF is #514530. Grayscale: #B8B8B8. Windows color (decimal): -5326129 or 13613742. OLE color: 13613742.

HSL color Cylindrical-coordinate representation of color #AEBACF: hue angle of 218.18º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AEBACF is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 174 186 207 -
CMYK 0.16 0.10 0 0.19
HSL 218.18º 0.26% 0.75% -
HSV(B) 218.18º 0.16% 0.81% -
XYZ 46.28 48.62 65.98 -
YUV 184.81 140.52 120.29 -
System Red Green Blue C M Y K H S L
Decimal 174 186 207 0.16 0.10 0 0.19 218.18 0.26 0.75
Hex AE BA CF 10 A 0 13 DA 1A 4B
Octal 256 272 317 20 12 0 23 332 32 113
Binary 10101110 10111010 11001111 10000 1010 0 10011 11011010 11010 1001011

Color Harmonies of #AEBACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBACF

Black with #AEBACF

Text Example


Text Example

White with #AEBACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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