#A6B3BA

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

Shades of Casper #A6B3BA

Tints of Casper #A6B3BA

Color information

#A6B3BA (or 0xA6B3BA) is unknown color: approx Casper. HEX triplet: A6, B3 and BA. RGB value is (166,179,186). Sum of RGB (Red+Green+Blue) = 166+179+186=531 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.26% from 531); Green value is 179 (70.31% from 255 or 33.71% from 531); Blue value is 186 (73.05% from 255 or 35.03% from 531); Max value from RGB is 186 - color contains mainly: blue. Hex color #A6B3BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6B3BA is #594C45. Grayscale: #AFAFAF. Windows color (decimal): -5852230 or 12235686. OLE color: 12235686.

HSL color Cylindrical-coordinate representation of color #A6B3BA: hue angle of 201º 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 #A6B3BA is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB166179186-
CMYK0.110.0400.27
HSL201º12.66%69.02%-
HSV(B)201º10.75%72.94%-
XYZ40.7143.8952.78-
YUV175.91133.69120.93-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.26%
GREEN value IS 179 (70.31% from 255) = 33.71%
BLUE value IS 186 (73.05% from 255) = 35.03%
R=31.26%
G=33.71%
B=35.03%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1661791860.110.0400.2720112.6669.02
HexA6B3BAB401Bc9d45
Octal24626327213403331115105
Binary10100110101100111011101010111000110111100100111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B3BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B3BA; }

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

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

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

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

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

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

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

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