#A1BCD3

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

Shades of Spindle #A1BCD3

Tints of Spindle #A1BCD3

Color information

#A1BCD3 (or 0xA1BCD3) is unknown color: approx Spindle. HEX triplet: A1, BC and D3. RGB value is (161,188,211). Sum of RGB (Red+Green+Blue) = 161+188+211=560 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.75% from 560); Green value is 188 (73.83% from 255 or 33.57% from 560); Blue value is 211 (82.81% from 255 or 37.68% from 560); Max value from RGB is 211 - color contains mainly: blue. Hex color #A1BCD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BCD3 is #5E432C. Grayscale: #B6B6B6. Windows color (decimal): -6177581 or 13876385. OLE color: 13876385.

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

Color convert

RGB161188211-
CMYK0.240.1100.17
HSL207.6º36.23%72.94%-
HSV(B)207.6º23.7%82.75%-
XYZ44.4448.2568.6-
YUV182.55144.05112.63-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.75%
GREEN value IS 188 (73.83% from 255) = 33.57%
BLUE value IS 211 (82.81% from 255) = 37.68%
R=28.75%
G=33.57%
B=37.68%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1611882110.240.1100.17207.636.2372.94
HexA1BCD318B011d02449
Octal241274323301302132044111
Binary101000011011110011010011110001011010001110100001001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BCD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BCD3; }

 p { color: rgb(161,188,211); }

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

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

 a { background-color: rgb(161,188,211); }

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

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

 span { border-color: rgb(161,188,211); }

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