#A2BED5

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

Shades of Spindle #A2BED5

Tints of Spindle #A2BED5

Color information

#A2BED5 (or 0xA2BED5) is unknown color: approx Spindle. HEX triplet: A2, BE and D5. RGB value is (162,190,213). Sum of RGB (Red+Green+Blue) = 162+190+213=565 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.67% from 565); Green value is 190 (74.61% from 255 or 33.63% from 565); Blue value is 213 (83.59% from 255 or 37.70% from 565); Max value from RGB is 213 - color contains mainly: blue. Hex color #A2BED5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2BED5 is #5D412A. Grayscale: #B8B8B8. Windows color (decimal): -6111531 or 14007970. OLE color: 14007970.

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

Color convert

RGB162190213-
CMYK0.240.1100.16
HSL207.06º37.78%73.53%-
HSV(B)207.06º23.94%83.53%-
XYZ45.3249.3170.08-
YUV184.25144.22112.13-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 28.67%
GREEN value IS 190 (74.61% from 255) = 33.63%
BLUE value IS 213 (83.59% from 255) = 37.70%
R=28.67%
G=33.63%
B=37.70%

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
Decimal1621902130.240.1100.16207.0637.7873.53
HexA2BED518B010cf264a
Octal242276325301302031746112
Binary101000101011111011010101110001011010000110011111001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BED5; }

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

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

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

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

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

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

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

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