#A6B9BE

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

Shades of Casper #A6B9BE

Tints of Casper #A6B9BE

Color information

#A6B9BE (or 0xA6B9BE) is unknown color: approx Casper. HEX triplet: A6, B9 and BE. RGB value is (166,185,190). Sum of RGB (Red+Green+Blue) = 166+185+190=541 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.68% from 541); Green value is 185 (72.66% from 255 or 34.20% from 541); Blue value is 190 (74.61% from 255 or 35.12% from 541); Max value from RGB is 190 - color contains mainly: blue. Hex color #A6B9BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6B9BE is #594641. Grayscale: #B3B3B3. Windows color (decimal): -5850690 or 12499366. OLE color: 12499366.

HSL color Cylindrical-coordinate representation of color #A6B9BE: hue angle of 192.5º degrees, saturation: 0.16, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A6B9BE is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB166185190-
CMYK0.130.0300.25
HSL192.5º15.58%69.8%-
HSV(B)192.5º12.63%74.51%-
XYZ42.3746.5255.46-
YUV179.89133.71118.09-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.68%
GREEN value IS 185 (72.66% from 255) = 34.20%
BLUE value IS 190 (74.61% from 255) = 35.12%
R=30.68%
G=34.20%
B=35.12%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1661851900.130.0300.25192.515.5869.8
HexA6B9BED3019c01046
Octal24627127615303130020106
Binary10100110101110011011111011011101100111000000100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B9BE; }

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

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

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

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

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

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

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

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