#A6B5BB

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

Shades of Casper #A6B5BB

Tints of Casper #A6B5BB

Color information

#A6B5BB (or 0xA6B5BB) is unknown color: approx Casper. HEX triplet: A6, B5 and BB. RGB value is (166,181,187). Sum of RGB (Red+Green+Blue) = 166+181+187=534 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.09% from 534); Green value is 181 (71.09% from 255 or 33.90% from 534); Blue value is 187 (73.44% from 255 or 35.02% from 534); Max value from RGB is 187 - color contains mainly: blue. Hex color #A6B5BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6B5BB is #594A44. Grayscale: #B1B1B1. Windows color (decimal): -5851717 or 12301734. OLE color: 12301734.

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

Color convert

RGB166181187-
CMYK0.110.0300.27
HSL197.14º13.38%69.22%-
HSV(B)197.14º11.23%73.33%-
XYZ41.2244.7453.48-
YUV177.2133.53120.01-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.09%
GREEN value IS 181 (71.09% from 255) = 33.90%
BLUE value IS 187 (73.44% from 255) = 35.02%
R=31.09%
G=33.90%
B=35.02%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1661811870.110.0300.27197.1413.3869.22
HexA6B5BBB301Bc5d45
Octal24626527313303330515105
Binary1010011010110101101110111011110110111100010111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B5BB; }

 p { color: rgb(166,181,187); }

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

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

 a { background-color: rgb(166,181,187); }

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

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

 span { border-color: rgb(166,181,187); }

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