Html Css Color HEX #AEBBD0 Spindle

📋 copy color: '#AEBBD0'

red 174 ◦ green 187 ◦ blue 208

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

Shades of Spindle #AEBBD0

Tints of Spindle #AEBBD0

RGB

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

 GREEN value IS 187 (73.44% from 255) = 32.86%

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

R = 30.58%
G = 32.86%
B = 36.56%

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

#AEBBD0 (or 0xAEBBD0) is known color: Spindle. HEX triplet: AE, BB and D0. RGB value is (174,187,208). Sum of RGB (Red+Green+Blue) = 174+187+208=569 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.58% from 569); Green value is 187 (73.44% from 255 or 32.86% from 569); Blue value is 208 (81.64% from 255 or 36.56% from 569); Max value from RGB is 208 - color contains mainly: blue. Hex color #AEBBD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBBD0 is #51442F. Grayscale: #B9B9B9. Windows color (decimal): -5325872 or 13679534. OLE color: 13679534.

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

Color convert

RGB 174 187 208 -
CMYK 0.16 0.10 0 0.18
HSL 217.06º 0.27% 0.75% -
HSV(B) 217.06º 0.16% 0.82% -
XYZ 46.61 49.09 66.69 -
YUV 185.51 140.69 119.79 -
System Red Green Blue C M Y K H S L
Decimal 174 187 208 0.16 0.10 0 0.18 217.06 0.27 0.75
Hex AE BB D0 10 A 0 12 D9 1B 4B
Octal 256 273 320 20 12 0 22 331 33 113
Binary 10101110 10111011 11010000 10000 1010 0 10010 11011001 11011 1001011

Color Harmonies of #AEBBD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBBD0

Black with #AEBBD0

Text Example


Text Example

White with #AEBBD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBBD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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