Html Css Color HEX #AABECE Spindle

📋 copy color: '#AABECE'

red 170 ◦ green 190 ◦ blue 206

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

Shades of Spindle #AABECE

Tints of Spindle #AABECE

RGB

 RED value IS 170 (66.8% from 255) = 30.04%

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

 BLUE value IS 206 (80.86% from 255) = 36.4%

R = 30.04%
G = 33.57%
B = 36.4%

CMYK

 C value IS 0.17

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AABECE (or 0xAABECE) is known color: Spindle. HEX triplet: AA, BE and CE. RGB value is (170,190,206). Sum of RGB (Red+Green+Blue) = 170+190+206=566 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.04% from 566); Green value is 190 (74.61% from 255 or 33.57% from 566); Blue value is 206 (80.86% from 255 or 36.40% from 566); Max value from RGB is 206 - color contains mainly: blue. Hex color #AABECE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABECE is #554131. Grayscale: #B9B9B9. Windows color (decimal): -5587250 or 13549226. OLE color: 13549226.

HSL color Cylindrical-coordinate representation of color #AABECE: hue angle of 206.67º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AABECE is Cyan = 0.17, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 170 190 206 -
CMYK 0.17 0.08 0 0.19
HSL 206.67º 0.27% 0.74% -
HSV(B) 206.67º 0.17% 0.81% -
XYZ 46.13 49.83 65.58 -
YUV 185.84 139.37 116.7 -
System Red Green Blue C M Y K H S L
Decimal 170 190 206 0.17 0.08 0 0.19 206.67 0.27 0.74
Hex AA BE CE 11 8 0 13 CF 1B 4A
Octal 252 276 316 21 10 0 23 317 33 112
Binary 10101010 10111110 11001110 10001 1000 0 10011 11001111 11011 1001010

Color Harmonies of #AABECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABECE

Black with #AABECE

Text Example


Text Example

White with #AABECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABECE; }

 p { color: rgb(170,190,206); }

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

background-color css

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

 a { background-color: rgb(170,190,206); }

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

border-color css

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

 span { border-color: rgb(170,190,206); }

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