#A1BED5

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

Shades of Spindle #A1BED5

Tints of Spindle #A1BED5

Color information

#A1BED5 (or 0xA1BED5) is unknown color: approx Spindle. HEX triplet: A1, BE and D5. RGB value is (161,190,213). Sum of RGB (Red+Green+Blue) = 161+190+213=564 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.55% from 564); Green value is 190 (74.61% from 255 or 33.69% from 564); Blue value is 213 (83.59% from 255 or 37.77% from 564); Max value from RGB is 213 - color contains mainly: blue. Hex color #A1BED5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BED5 is #5E412A. Grayscale: #B7B7B7. Windows color (decimal): -6177067 or 14007969. OLE color: 14007969.

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

Color convert

RGB161190213-
CMYK0.240.1100.16
HSL206.54º38.24%73.33%-
HSV(B)206.54º24.41%83.53%-
XYZ45.1249.2170.07-
YUV183.95144.39111.63-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.55%
GREEN value IS 190 (74.61% from 255) = 33.69%
BLUE value IS 213 (83.59% from 255) = 37.77%
R=28.55%
G=33.69%
B=37.77%

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
Decimal1611902130.240.1100.16206.5438.2473.33
HexA1BED518B010cf2649
Octal241276325301302031746111
Binary101000011011111011010101110001011010000110011111001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BED5; }

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

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

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

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

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

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

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

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