#A1BED2

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

Shades of Spindle #A1BED2

Tints of Spindle #A1BED2

Color information

#A1BED2 (or 0xA1BED2) is unknown color: approx Spindle. HEX triplet: A1, BE and D2. RGB value is (161,190,210). Sum of RGB (Red+Green+Blue) = 161+190+210=561 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.70% from 561); Green value is 190 (74.61% from 255 or 33.87% from 561); Blue value is 210 (82.42% from 255 or 37.43% from 561); Max value from RGB is 210 - color contains mainly: blue. Hex color #A1BED2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BED2 is #5E412D. Grayscale: #B7B7B7. Windows color (decimal): -6177070 or 13811361. OLE color: 13811361.

HSL color Cylindrical-coordinate representation of color #A1BED2: hue angle of 204.49º degrees, saturation: 0.35, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A1BED2 is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB161190210-
CMYK0.230.1000.18
HSL204.49º35.25%72.75%-
HSV(B)204.49º23.33%82.35%-
XYZ44.7449.0668.08-
YUV183.61142.89111.87-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.70%
GREEN value IS 190 (74.61% from 255) = 33.87%
BLUE value IS 210 (82.42% from 255) = 37.43%
R=28.70%
G=33.87%
B=37.43%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1611902100.230.1000.18204.4935.2572.75
HexA1BED217A012cc2349
Octal241276322271202231443111
Binary101000011011111011010010101111010010010110011001000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BED2; }

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

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

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

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

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

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

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

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