Html Css Color HEX #AABDCE Spindle

📋 copy color: '#AABDCE'

red 170 ◦ green 189 ◦ blue 206

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

Shades of Spindle #AABDCE

Tints of Spindle #AABDCE

RGB

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

 GREEN value IS 189 (74.22% from 255) = 33.45%

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

R = 30.09%
G = 33.45%
B = 36.46%

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

#AABDCE (or 0xAABDCE) is known color: Spindle. HEX triplet: AA, BD and CE. RGB value is (170,189,206). Sum of RGB (Red+Green+Blue) = 170+189+206=565 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.09% from 565); Green value is 189 (74.22% from 255 or 33.45% from 565); Blue value is 206 (80.86% from 255 or 36.46% from 565); Max value from RGB is 206 - color contains mainly: blue. Hex color #AABDCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABDCE is #554231. Grayscale: #B9B9B9. Windows color (decimal): -5587506 or 13548970. OLE color: 13548970.

HSL color Cylindrical-coordinate representation of color #AABDCE: hue angle of 208.33º 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 #AABDCE is Cyan = 0.17, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 170 189 206 -
CMYK 0.17 0.08 0 0.19
HSL 208.33º 0.27% 0.74% -
HSV(B) 208.33º 0.17% 0.81% -
XYZ 45.92 49.4 65.51 -
YUV 185.26 139.71 117.12 -
System Red Green Blue C M Y K H S L
Decimal 170 189 206 0.17 0.08 0 0.19 208.33 0.27 0.74
Hex AA BD CE 11 8 0 13 D0 1B 4A
Octal 252 275 316 21 10 0 23 320 33 112
Binary 10101010 10111101 11001110 10001 1000 0 10011 11010000 11011 1001010

Color Harmonies of #AABDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABDCE

Black with #AABDCE

Text Example


Text Example

White with #AABDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABDCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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