Html Css Color HEX #AEBECE Spindle

📋 copy color: '#AEBECE'

red 174 ◦ green 190 ◦ blue 206

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

Shades of Spindle #AEBECE

Tints of Spindle #AEBECE

RGB

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

 GREEN value IS 190 (74.61% from 255) = 33.33%

 BLUE value IS 206 (80.86% from 255) = 36.14%

R = 30.53%
G = 33.33%
B = 36.14%

CMYK

 C value IS 0.16

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AEBECE (or 0xAEBECE) is known color: Spindle. HEX triplet: AE, BE and CE. RGB value is (174,190,206). Sum of RGB (Red+Green+Blue) = 174+190+206=570 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.53% from 570); Green value is 190 (74.61% from 255 or 33.33% from 570); Blue value is 206 (80.86% from 255 or 36.14% from 570); Max value from RGB is 206 - color contains mainly: blue. Hex color #AEBECE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBECE is #514131. Grayscale: #BABABA. Windows color (decimal): -5325106 or 13549230. OLE color: 13549230.

HSL color Cylindrical-coordinate representation of color #AEBECE: hue angle of 210º degrees, saturation: 0.25, 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 #AEBECE is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 174 190 206 -
CMYK 0.16 0.08 0 0.19
HSL 210º 0.25% 0.75% -
HSV(B) 210º 0.16% 0.81% -
XYZ 47.01 50.28 65.62 -
YUV 187.04 138.7 118.7 -
System Red Green Blue C M Y K H S L
Decimal 174 190 206 0.16 0.08 0 0.19 210 0.25 0.75
Hex AE BE CE 10 8 0 13 D2 19 4B
Octal 256 276 316 20 10 0 23 322 31 113
Binary 10101110 10111110 11001110 10000 1000 0 10011 11010010 11001 1001011

Color Harmonies of #AEBECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBECE

Black with #AEBECE

Text Example


Text Example

White with #AEBECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBECE; }

 p { color: rgb(174,190,206); }

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

background-color css

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

 a { background-color: rgb(174,190,206); }

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

border-color css

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

 span { border-color: rgb(174,190,206); }

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