#A6B6BA

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

Shades of Casper #A6B6BA

Tints of Casper #A6B6BA

Color information

#A6B6BA (or 0xA6B6BA) is unknown color: approx Casper. HEX triplet: A6, B6 and BA. RGB value is (166,182,186). Sum of RGB (Red+Green+Blue) = 166+182+186=534 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.09% from 534); Green value is 182 (71.48% from 255 or 34.08% from 534); Blue value is 186 (73.05% from 255 or 34.83% from 534); Max value from RGB is 186 - color contains mainly: blue. Hex color #A6B6BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6B6BA is #594945. Grayscale: #B1B1B1. Windows color (decimal): -5851462 or 12236454. OLE color: 12236454.

HSL color Cylindrical-coordinate representation of color #A6B6BA: hue angle of 192º degrees, saturation: 0.13, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A6B6BA is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB166182186-
CMYK0.110.0200.27
HSL192º12.66%69.02%-
HSV(B)192º10.75%72.94%-
XYZ41.3245.1152.98-
YUV177.67132.7119.67-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.09%
GREEN value IS 182 (71.48% from 255) = 34.08%
BLUE value IS 186 (73.05% from 255) = 34.83%
R=31.09%
G=34.08%
B=34.83%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1661821860.110.0200.2719212.6669.02
HexA6B6BAB201Bc0d45
Octal24626627213203330015105
Binary1010011010110110101110101011100110111100000011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B6BA; }

 p { color: rgb(166,182,186); }

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

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

 a { background-color: rgb(166,182,186); }

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

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

 span { border-color: rgb(166,182,186); }

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