Html Css Color HEX #AEBDD6 Spindle

📋 copy color: '#AEBDD6'

red 174 ◦ green 189 ◦ blue 214

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

Shades of Spindle #AEBDD6

Tints of Spindle #AEBDD6

RGB

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

 GREEN value IS 189 (74.22% from 255) = 32.76%

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

R = 30.16%
G = 32.76%
B = 37.09%

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

#AEBDD6 (or 0xAEBDD6) is known color: Spindle. HEX triplet: AE, BD and D6. RGB value is (174,189,214). Sum of RGB (Red+Green+Blue) = 174+189+214=577 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.16% from 577); Green value is 189 (74.22% from 255 or 32.76% from 577); Blue value is 214 (83.98% from 255 or 37.09% from 577); Max value from RGB is 214 - color contains mainly: blue. Hex color #AEBDD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBDD6 is #514229. Grayscale: #BBBBBB. Windows color (decimal): -5325354 or 14073262. OLE color: 14073262.

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

Color convert

RGB 174 189 214 -
CMYK 0.19 0.12 0 0.16
HSL 217.5º 0.33% 0.76% -
HSV(B) 217.5º 0.19% 0.84% -
XYZ 47.79 50.25 70.8 -
YUV 187.37 143.03 118.47 -
System Red Green Blue C M Y K H S L
Decimal 174 189 214 0.19 0.12 0 0.16 217.5 0.33 0.76
Hex AE BD D6 13 C 0 10 DA 21 4C
Octal 256 275 326 23 14 0 20 332 41 114
Binary 10101110 10111101 11010110 10011 1100 0 10000 11011010 100001 1001100

Color Harmonies of #AEBDD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBDD6

Black with #AEBDD6

Text Example


Text Example

White with #AEBDD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBDD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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