Html Css Color HEX #AEBECC Spindle

📋 copy color: '#AEBECC'

red 174 ◦ green 190 ◦ blue 204

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

Shades of Spindle #AEBECC

Tints of Spindle #AEBECC

RGB

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

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

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

R = 30.63%
G = 33.45%
B = 35.92%

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

#AEBECC (or 0xAEBECC) is known color: Spindle. HEX triplet: AE, BE and CC. RGB value is (174,190,204). Sum of RGB (Red+Green+Blue) = 174+190+204=568 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.63% from 568); Green value is 190 (74.61% from 255 or 33.45% from 568); Blue value is 204 (80.08% from 255 or 35.92% from 568); Max value from RGB is 204 - color contains mainly: blue. Hex color #AEBECC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBECC is #514133. Grayscale: #BABABA. Windows color (decimal): -5325108 or 13418158. OLE color: 13418158.

HSL color Cylindrical-coordinate representation of color #AEBECC: hue angle of 208º 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 #AEBECC is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 174 190 204 -
CMYK 0.15 0.07 0 0.2
HSL 208º 0.23% 0.74% -
HSV(B) 208º 0.15% 0.8% -
XYZ 46.77 50.19 64.35 -
YUV 186.81 137.7 118.86 -
System Red Green Blue C M Y K H S L
Decimal 174 190 204 0.15 0.07 0 0.2 208 0.23 0.74
Hex AE BE CC F 7 0 14 D0 17 4A
Octal 256 276 314 17 7 0 24 320 27 112
Binary 10101110 10111110 11001100 1111 111 0 10100 11010000 10111 1001010

Color Harmonies of #AEBECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBECC

Black with #AEBECC

Text Example


Text Example

White with #AEBECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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