Html Css Color HEX #AEBCD6 Spindle

📋 copy color: '#AEBCD6'

red 174 ◦ green 188 ◦ blue 214

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

Shades of Spindle #AEBCD6

Tints of Spindle #AEBCD6

RGB

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

 GREEN value IS 188 (73.83% from 255) = 32.64%

 BLUE value IS 214 (83.98% from 255) = 37.15%

R = 30.21%
G = 32.64%
B = 37.15%

CMYK

 C value IS 0.19

 M value IS 0.12

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AEBCD6 (or 0xAEBCD6) is known color: Spindle. HEX triplet: AE, BC and D6. RGB value is (174,188,214). Sum of RGB (Red+Green+Blue) = 174+188+214=576 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.21% from 576); Green value is 188 (73.83% from 255 or 32.64% from 576); Blue value is 214 (83.98% from 255 or 37.15% from 576); Max value from RGB is 214 - color contains mainly: blue. Hex color #AEBCD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBCD6 is #514329. Grayscale: #BABABA. Windows color (decimal): -5325610 or 14073006. OLE color: 14073006.

HSL color Cylindrical-coordinate representation of color #AEBCD6: hue angle of 219º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AEBCD6 is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 174 188 214 -
CMYK 0.19 0.12 0 0.16
HSL 219º 0.33% 0.76% -
HSV(B) 219º 0.19% 0.84% -
XYZ 47.58 49.82 70.73 -
YUV 186.78 143.36 118.89 -
System Red Green Blue C M Y K H S L
Decimal 174 188 214 0.19 0.12 0 0.16 219 0.33 0.76
Hex AE BC D6 13 C 0 10 DB 21 4C
Octal 256 274 326 23 14 0 20 333 41 114
Binary 10101110 10111100 11010110 10011 1100 0 10000 11011011 100001 1001100

Color Harmonies of #AEBCD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBCD6

Black with #AEBCD6

Text Example


Text Example

White with #AEBCD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBCD6; }

 p { color: rgb(174,188,214); }

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

background-color css

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

 a { background-color: rgb(174,188,214); }

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

border-color css

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

 span { border-color: rgb(174,188,214); }

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