#A9BBD2

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

Shades of Spindle #A9BBD2

Tints of Spindle #A9BBD2

Color information

#A9BBD2 (or 0xA9BBD2) is unknown color: approx Spindle. HEX triplet: A9, BB and D2. RGB value is (169,187,210). Sum of RGB (Red+Green+Blue) = 169+187+210=566 (74% of max value = 765). Red value is 169 (66.41% from 255 or 29.86% from 566); Green value is 187 (73.44% from 255 or 33.04% from 566); Blue value is 210 (82.42% from 255 or 37.10% from 566); Max value from RGB is 210 - color contains mainly: blue. Hex color #A9BBD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9BBD2 is #56442D. Grayscale: #B8B8B8. Windows color (decimal): -5653550 or 13810601. OLE color: 13810601.

HSL color Cylindrical-coordinate representation of color #A9BBD2: hue angle of 213.66º degrees, saturation: 0.31, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A9BBD2 is Cyan = 0.20, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB169187210-
CMYK0.200.1100.18
HSL213.66º31.3%74.31%-
HSV(B)213.66º19.52%82.35%-
XYZ45.7748.6367.95-
YUV184.24142.54117.13-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.86%
GREEN value IS 187 (73.44% from 255) = 33.04%
BLUE value IS 210 (82.42% from 255) = 37.10%
R=29.86%
G=33.04%
B=37.10%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1691872100.200.1100.18213.6631.374.31
HexA9BBD214B012d61f4a
Octal251273322241302232637112
Binary10101001101110111101001010100101101001011010110111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BBD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BBD2; }

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

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

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

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

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

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

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

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