#A1BBD3

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

Shades of Spindle #A1BBD3

Tints of Spindle #A1BBD3

Color information

#A1BBD3 (or 0xA1BBD3) is unknown color: approx Spindle. HEX triplet: A1, BB and D3. RGB value is (161,187,211). Sum of RGB (Red+Green+Blue) = 161+187+211=559 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.80% from 559); Green value is 187 (73.44% from 255 or 33.45% from 559); Blue value is 211 (82.81% from 255 or 37.75% from 559); Max value from RGB is 211 - color contains mainly: blue. Hex color #A1BBD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BBD3 is #5E442C. Grayscale: #B5B5B5. Windows color (decimal): -6177837 or 13876129. OLE color: 13876129.

HSL color Cylindrical-coordinate representation of color #A1BBD3: hue angle of 208.8º 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 #A1BBD3 is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB161187211-
CMYK0.240.1100.17
HSL208.8º36.23%72.94%-
HSV(B)208.8º23.7%82.75%-
XYZ44.2347.8268.53-
YUV181.96144.39113.05-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.80%
GREEN value IS 187 (73.44% from 255) = 33.45%
BLUE value IS 211 (82.81% from 255) = 37.75%
R=28.80%
G=33.45%
B=37.75%

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
Decimal1611872110.240.1100.17208.836.2372.94
HexA1BBD318B011d12449
Octal241273323301302132144111
Binary101000011011101111010011110001011010001110100011001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BBD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BBD3; }

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

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

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

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

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

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

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

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