#A6BED1

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

Shades of Spindle #A6BED1

Tints of Spindle #A6BED1

Color information

#A6BED1 (or 0xA6BED1) is unknown color: approx Spindle. HEX triplet: A6, BE and D1. RGB value is (166,190,209). Sum of RGB (Red+Green+Blue) = 166+190+209=565 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.38% from 565); Green value is 190 (74.61% from 255 or 33.63% from 565); Blue value is 209 (82.03% from 255 or 36.99% from 565); Max value from RGB is 209 - color contains mainly: blue. Hex color #A6BED1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BED1 is #59412E. Grayscale: #B8B8B8. Windows color (decimal): -5849391 or 13745830. OLE color: 13745830.

HSL color Cylindrical-coordinate representation of color #A6BED1: hue angle of 206.51º degrees, saturation: 0.32, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A6BED1 is Cyan = 0.21, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB166190209-
CMYK0.210.0900.18
HSL206.51º31.85%73.53%-
HSV(B)206.51º20.57%81.96%-
XYZ45.6549.5467.48-
YUV184.99141.55114.46-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.38%
GREEN value IS 190 (74.61% from 255) = 33.63%
BLUE value IS 209 (82.03% from 255) = 36.99%
R=29.38%
G=33.63%
B=36.99%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1661902090.210.0900.18206.5131.8573.53
HexA6BED1159012cf204a
Octal246276321251102231740112
Binary101001101011111011010001101011001010010110011111000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BED1; }

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

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

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

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

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

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

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

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