#A6BDD0

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

Shades of Spindle #A6BDD0

Tints of Spindle #A6BDD0

Color information

#A6BDD0 (or 0xA6BDD0) is unknown color: approx Spindle. HEX triplet: A6, BD and D0. RGB value is (166,189,208). Sum of RGB (Red+Green+Blue) = 166+189+208=563 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.48% from 563); Green value is 189 (74.22% from 255 or 33.57% from 563); Blue value is 208 (81.64% from 255 or 36.94% from 563); Max value from RGB is 208 - color contains mainly: blue. Hex color #A6BDD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BDD0 is #59422F. Grayscale: #B8B8B8. Windows color (decimal): -5849648 or 13680038. OLE color: 13680038.

HSL color Cylindrical-coordinate representation of color #A6BDD0: hue angle of 207.14º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A6BDD0 is Cyan = 0.20, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB166189208-
CMYK0.200.0900.18
HSL207.14º30.88%73.33%-
HSV(B)207.14º20.19%81.57%-
XYZ45.3149.0666.76-
YUV184.29141.38114.96-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.48%
GREEN value IS 189 (74.22% from 255) = 33.57%
BLUE value IS 208 (81.64% from 255) = 36.94%
R=29.48%
G=33.57%
B=36.94%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1661892080.200.0900.18207.1430.8873.33
HexA6BDD0149012cf1f49
Octal246275320241102231737111
Binary10100110101111011101000010100100101001011001111111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BDD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BDD0; }

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

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

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

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

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

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

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

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