#A6BDD5

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

Shades of Spindle #A6BDD5

Tints of Spindle #A6BDD5

Color information

#A6BDD5 (or 0xA6BDD5) is unknown color: approx Spindle. HEX triplet: A6, BD and D5. RGB value is (166,189,213). Sum of RGB (Red+Green+Blue) = 166+189+213=568 (75% of max value = 765). Red value is 166 (65.23% from 255 or 29.23% from 568); Green value is 189 (74.22% from 255 or 33.27% from 568); Blue value is 213 (83.59% from 255 or 37.5% from 568); Max value from RGB is 213 - color contains mainly: blue. Hex color #A6BDD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BDD5 is #59422A. Grayscale: #B8B8B8. Windows color (decimal): -5849643 or 14007718. OLE color: 14007718.

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

Color convert

RGB166189213-
CMYK0.220.1100.16
HSL210.64º35.88%74.31%-
HSV(B)210.64º22.07%83.53%-
XYZ45.9349.3170.05-
YUV184.86143.88114.55-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.23%
GREEN value IS 189 (74.22% from 255) = 33.27%
BLUE value IS 213 (83.59% from 255) = 37.5%
R=29.23%
G=33.27%
B=37.5%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1661892130.220.1100.16210.6435.8874.31
HexA6BDD516B010d3244a
Octal246275325261302032344112
Binary101001101011110111010101101101011010000110100111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BDD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BDD5; }

 p { color: rgb(166,189,213); }

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

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

 a { background-color: rgb(166,189,213); }

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

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

 span { border-color: rgb(166,189,213); }

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