Html Css Color HEX #AEBDCC Spindle

📋 copy color: '#AEBDCC'

red 174 ◦ green 189 ◦ blue 204

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

Shades of Spindle #AEBDCC

Tints of Spindle #AEBDCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 35.98%

R = 30.69%
G = 33.33%
B = 35.98%

CMYK

 C value IS 0.15

 M value IS 0.07

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AEBDCC (or 0xAEBDCC) is known color: Spindle. HEX triplet: AE, BD and CC. RGB value is (174,189,204). Sum of RGB (Red+Green+Blue) = 174+189+204=567 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.69% from 567); Green value is 189 (74.22% from 255 or 33.33% from 567); Blue value is 204 (80.08% from 255 or 35.98% from 567); Max value from RGB is 204 - color contains mainly: blue. Hex color #AEBDCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBDCC is #514233. Grayscale: #BABABA. Windows color (decimal): -5325364 or 13417902. OLE color: 13417902.

HSL color Cylindrical-coordinate representation of color #AEBDCC: hue angle of 210º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AEBDCC is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 174 189 204 -
CMYK 0.15 0.07 0 0.2
HSL 210º 0.23% 0.74% -
HSV(B) 210º 0.15% 0.8% -
XYZ 46.55 49.75 64.28 -
YUV 186.23 138.03 119.28 -
System Red Green Blue C M Y K H S L
Decimal 174 189 204 0.15 0.07 0 0.2 210 0.23 0.74
Hex AE BD CC F 7 0 14 D2 17 4A
Octal 256 275 314 17 7 0 24 322 27 112
Binary 10101110 10111101 11001100 1111 111 0 10100 11010010 10111 1001010

Color Harmonies of #AEBDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBDCC

Black with #AEBDCC

Text Example


Text Example

White with #AEBDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBDCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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