#A1BDD5

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

Shades of Spindle #A1BDD5

Tints of Spindle #A1BDD5

Color information

#A1BDD5 (or 0xA1BDD5) is unknown color: approx Spindle. HEX triplet: A1, BD and D5. RGB value is (161,189,213). Sum of RGB (Red+Green+Blue) = 161+189+213=563 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.60% from 563); Green value is 189 (74.22% from 255 or 33.57% from 563); Blue value is 213 (83.59% from 255 or 37.83% from 563); Max value from RGB is 213 - color contains mainly: blue. Hex color #A1BDD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BDD5 is #5E422A. Grayscale: #B7B7B7. Windows color (decimal): -6177323 or 14007713. OLE color: 14007713.

HSL color Cylindrical-coordinate representation of color #A1BDD5: hue angle of 207.69º degrees, saturation: 0.38, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A1BDD5 is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB161189213-
CMYK0.240.1100.16
HSL207.69º38.24%73.33%-
HSV(B)207.69º24.41%83.53%-
XYZ44.9148.7870-
YUV183.36144.72112.05-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.60%
GREEN value IS 189 (74.22% from 255) = 33.57%
BLUE value IS 213 (83.59% from 255) = 37.83%
R=28.60%
G=33.57%
B=37.83%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1611892130.240.1100.16207.6938.2473.33
HexA1BDD518B010d02649
Octal241275325301302032046111
Binary101000011011110111010101110001011010000110100001001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BDD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BDD5; }

 p { color: rgb(161,189,213); }

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

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

 a { background-color: rgb(161,189,213); }

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

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

 span { border-color: rgb(161,189,213); }

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