#A9BED0

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

Shades of Spindle #A9BED0

Tints of Spindle #A9BED0

Color information

#A9BED0 (or 0xA9BED0) is unknown color: approx Spindle. HEX triplet: A9, BE and D0. RGB value is (169,190,208). Sum of RGB (Red+Green+Blue) = 169+190+208=567 (75% of max value = 765). Red value is 169 (66.41% from 255 or 29.81% from 567); Green value is 190 (74.61% from 255 or 33.51% from 567); Blue value is 208 (81.64% from 255 or 36.68% from 567); Max value from RGB is 208 - color contains mainly: blue. Hex color #A9BED0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9BED0 is #56412F. Grayscale: #B9B9B9. Windows color (decimal): -5652784 or 13680297. OLE color: 13680297.

HSL color Cylindrical-coordinate representation of color #A9BED0: hue angle of 207.69º degrees, saturation: 0.29, 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 #A9BED0 is Cyan = 0.19, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB169190208-
CMYK0.190.0900.18
HSL207.69º29.32%73.92%-
HSV(B)207.69º18.75%81.57%-
XYZ46.1649.8266.86-
YUV185.77140.54116.04-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.81%
GREEN value IS 190 (74.61% from 255) = 33.51%
BLUE value IS 208 (81.64% from 255) = 36.68%
R=29.81%
G=33.51%
B=36.68%

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
Decimal1691902080.190.0900.18207.6929.3273.92
HexA9BED0139012d01d4a
Octal251276320231102232035112
Binary10101001101111101101000010011100101001011010000111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BED0; }

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

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

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

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

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

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

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

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