#A9BED1

Color #A9BED1 Spindle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spindle #A9BED1

Tints of Spindle #A9BED1

Color information

#A9BED1 (or 0xA9BED1) is unknown color: approx Spindle. HEX triplet: A9, BE and D1. RGB value is (169,190,209). Sum of RGB (Red+Green+Blue) = 169+190+209=568 (75% of max value = 765). Red value is 169 (66.41% from 255 or 29.75% from 568); Green value is 190 (74.61% from 255 or 33.45% from 568); Blue value is 209 (82.03% from 255 or 36.80% from 568); Max value from RGB is 209 - color contains mainly: blue. Hex color #A9BED1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9BED1 is #56412E. Grayscale: #B9B9B9. Windows color (decimal): -5652783 or 13745833. OLE color: 13745833.

HSL color Cylindrical-coordinate representation of color #A9BED1: hue angle of 208.5º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A9BED1 is Cyan = 0.19, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB169190209-
CMYK0.190.0900.18
HSL208.5º30.3%74.12%-
HSV(B)208.5º19.14%81.96%-
XYZ46.2849.8767.51-
YUV185.89141.04115.96-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.75%
GREEN value IS 190 (74.61% from 255) = 33.45%
BLUE value IS 209 (82.03% from 255) = 36.80%
R=29.75%
G=33.45%
B=36.80%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1691902090.190.0900.18208.530.374.12
HexA9BED1139012d01e4a
Octal251276321231102232036112
Binary10101001101111101101000110011100101001011010000111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BED1; }

 p { color: rgb(169,190,209); }

 H1.HeaderClassName
 {
   color: #A9BED1;
 }
 .AnyTagClassName
 {
   color: #A9BED1;
 }
</style>
background-color css

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

 a { background-color: rgb(169,190,209); }

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

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

 span { border-color: rgb(169,190,209); }

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