#A6BED0

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

Shades of Spindle #A6BED0

Tints of Spindle #A6BED0

Color information

#A6BED0 (or 0xA6BED0) is unknown color: approx Spindle. HEX triplet: A6, BE and D0. RGB value is (166,190,208). Sum of RGB (Red+Green+Blue) = 166+190+208=564 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.43% from 564); Green value is 190 (74.61% from 255 or 33.69% from 564); Blue value is 208 (81.64% from 255 or 36.88% from 564); Max value from RGB is 208 - color contains mainly: blue. Hex color #A6BED0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BED0 is #59412F. Grayscale: #B8B8B8. Windows color (decimal): -5849392 or 13680294. OLE color: 13680294.

HSL color Cylindrical-coordinate representation of color #A6BED0: hue angle of 205.71º 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 #A6BED0 is Cyan = 0.20, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB166190208-
CMYK0.200.0900.18
HSL205.71º30.88%73.33%-
HSV(B)205.71º20.19%81.57%-
XYZ45.5249.4966.83-
YUV184.88141.05114.54-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.43%
GREEN value IS 190 (74.61% from 255) = 33.69%
BLUE value IS 208 (81.64% from 255) = 36.88%
R=29.43%
G=33.69%
B=36.88%

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
Decimal1661902080.200.0900.18205.7130.8873.33
HexA6BED0149012ce1f49
Octal246276320241102231637111
Binary10100110101111101101000010100100101001011001110111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BED0; }

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

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

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

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

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

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

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

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