Html Css Color HEX #AEBED3 Spindle

📋 copy color: '#AEBED3'

red 174 ◦ green 190 ◦ blue 211

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

Shades of Spindle #AEBED3

Tints of Spindle #AEBED3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 36.7%

R = 30.26%
G = 33.04%
B = 36.7%

CMYK

 C value IS 0.18

 M value IS 0.10

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#AEBED3 (or 0xAEBED3) is known color: Spindle. HEX triplet: AE, BE and D3. RGB value is (174,190,211). Sum of RGB (Red+Green+Blue) = 174+190+211=575 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.26% from 575); Green value is 190 (74.61% from 255 or 33.04% from 575); Blue value is 211 (82.81% from 255 or 36.70% from 575); Max value from RGB is 211 - color contains mainly: blue. Hex color #AEBED3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBED3 is #51412C. Grayscale: #BBBBBB. Windows color (decimal): -5325101 or 13876910. OLE color: 13876910.

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

Color convert

RGB 174 190 211 -
CMYK 0.18 0.10 0 0.17
HSL 214.05º 0.3% 0.75% -
HSV(B) 214.05º 0.18% 0.83% -
XYZ 47.63 50.53 68.87 -
YUV 187.61 141.2 118.29 -
System Red Green Blue C M Y K H S L
Decimal 174 190 211 0.18 0.10 0 0.17 214.05 0.3 0.75
Hex AE BE D3 12 A 0 11 D6 1E 4B
Octal 256 276 323 22 12 0 21 326 36 113
Binary 10101110 10111110 11010011 10010 1010 0 10001 11010110 11110 1001011

Color Harmonies of #AEBED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBED3

Black with #AEBED3

Text Example


Text Example

White with #AEBED3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBED3; }

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

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

background-color css

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

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

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

border-color css

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

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

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