Html Css Color HEX #AEBBD2 Spindle

📋 copy color: '#AEBBD2'

red 174 ◦ green 187 ◦ blue 210

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

Shades of Spindle #AEBBD2

Tints of Spindle #AEBBD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 36.78%

R = 30.47%
G = 32.75%
B = 36.78%

CMYK

 C value IS 0.17

 M value IS 0.11

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AEBBD2 (or 0xAEBBD2) is known color: Spindle. HEX triplet: AE, BB and D2. RGB value is (174,187,210). Sum of RGB (Red+Green+Blue) = 174+187+210=571 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.47% from 571); Green value is 187 (73.44% from 255 or 32.75% from 571); Blue value is 210 (82.42% from 255 or 36.78% from 571); Max value from RGB is 210 - color contains mainly: blue. Hex color #AEBBD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBBD2 is #51442D. Grayscale: #B9B9B9. Windows color (decimal): -5325870 or 13810606. OLE color: 13810606.

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

Color convert

RGB 174 187 210 -
CMYK 0.17 0.11 0 0.18
HSL 218.33º 0.29% 0.75% -
HSV(B) 218.33º 0.17% 0.82% -
XYZ 46.86 49.19 68 -
YUV 185.74 141.69 119.63 -
System Red Green Blue C M Y K H S L
Decimal 174 187 210 0.17 0.11 0 0.18 218.33 0.29 0.75
Hex AE BB D2 11 B 0 12 DA 1D 4B
Octal 256 273 322 21 13 0 22 332 35 113
Binary 10101110 10111011 11010010 10001 1011 0 10010 11011010 11101 1001011

Color Harmonies of #AEBBD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBBD2

Black with #AEBBD2

Text Example


Text Example

White with #AEBBD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBBD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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