Html Css Color HEX #AEBCD0 Spindle

📋 copy color: '#AEBCD0'

red 174 ◦ green 188 ◦ blue 208

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

Shades of Spindle #AEBCD0

Tints of Spindle #AEBCD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 36.49%

R = 30.53%
G = 32.98%
B = 36.49%

CMYK

 C value IS 0.16

 M value IS 0.10

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AEBCD0 (or 0xAEBCD0) is known color: Spindle. HEX triplet: AE, BC and D0. RGB value is (174,188,208). Sum of RGB (Red+Green+Blue) = 174+188+208=570 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.53% from 570); Green value is 188 (73.83% from 255 or 32.98% from 570); Blue value is 208 (81.64% from 255 or 36.49% from 570); Max value from RGB is 208 - color contains mainly: blue. Hex color #AEBCD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBCD0 is #51432F. Grayscale: #B9B9B9. Windows color (decimal): -5325616 or 13679790. OLE color: 13679790.

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

Color convert

RGB 174 188 208 -
CMYK 0.16 0.10 0 0.18
HSL 215.29º 0.27% 0.75% -
HSV(B) 215.29º 0.16% 0.82% -
XYZ 46.82 49.52 66.76 -
YUV 186.09 140.36 119.37 -
System Red Green Blue C M Y K H S L
Decimal 174 188 208 0.16 0.10 0 0.18 215.29 0.27 0.75
Hex AE BC D0 10 A 0 12 D7 1B 4B
Octal 256 274 320 20 12 0 22 327 33 113
Binary 10101110 10111100 11010000 10000 1010 0 10010 11010111 11011 1001011

Color Harmonies of #AEBCD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBCD0

Black with #AEBCD0

Text Example


Text Example

White with #AEBCD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBCD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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