#A5BED6

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

Shades of Spindle #A5BED6

Tints of Spindle #A5BED6

Color information

#A5BED6 (or 0xA5BED6) is unknown color: approx Spindle. HEX triplet: A5, BE and D6. RGB value is (165,190,214). Sum of RGB (Red+Green+Blue) = 165+190+214=569 (75% of max value = 765). Red value is 165 (64.84% from 255 or 29.00% from 569); Green value is 190 (74.61% from 255 or 33.39% from 569); Blue value is 214 (83.98% from 255 or 37.61% from 569); Max value from RGB is 214 - color contains mainly: blue. Hex color #A5BED6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5BED6 is #5A4129. Grayscale: #B9B9B9. Windows color (decimal): -5914922 or 14073509. OLE color: 14073509.

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

Color convert

RGB165190214-
CMYK0.230.1100.16
HSL209.39º37.4%74.31%-
HSV(B)209.39º22.9%83.92%-
XYZ46.0749.6870.78-
YUV185.26144.22113.55-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.00%
GREEN value IS 190 (74.61% from 255) = 33.39%
BLUE value IS 214 (83.98% from 255) = 37.61%
R=29.00%
G=33.39%
B=37.61%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1651902140.230.1100.16209.3937.474.31
HexA5BED617B010d1254a
Octal245276326271302032145112
Binary101001011011111011010110101111011010000110100011001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BED6; }

 p { color: rgb(165,190,214); }

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

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

 a { background-color: rgb(165,190,214); }

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

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

 span { border-color: rgb(165,190,214); }

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