#A8B7BB

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

Shades of Casper #A8B7BB

Tints of Casper #A8B7BB

Color information

#A8B7BB (or 0xA8B7BB) is unknown color: approx Casper. HEX triplet: A8, B7 and BB. RGB value is (168,183,187). Sum of RGB (Red+Green+Blue) = 168+183+187=538 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.23% from 538); Green value is 183 (71.88% from 255 or 34.01% from 538); Blue value is 187 (73.44% from 255 or 34.76% from 538); Max value from RGB is 187 - color contains mainly: blue. Hex color #A8B7BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8B7BB is #574844. Grayscale: #B2B2B2. Windows color (decimal): -5720133 or 12302248. OLE color: 12302248.

HSL color Cylindrical-coordinate representation of color #A8B7BB: hue angle of 192.63º degrees, saturation: 0.12, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A8B7BB is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB168183187-
CMYK0.100.0200.27
HSL192.63º12.26%69.61%-
HSV(B)192.63º10.16%73.33%-
XYZ42.0545.7853.63-
YUV178.97132.53120.17-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.23%
GREEN value IS 183 (71.88% from 255) = 34.01%
BLUE value IS 187 (73.44% from 255) = 34.76%
R=31.23%
G=34.01%
B=34.76%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1681831870.100.0200.27192.6312.2669.61
HexA8B7BBA201Bc1c46
Octal25026727312203330114106
Binary1010100010110111101110111010100110111100000111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B7BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B7BB; }

 p { color: rgb(168,183,187); }

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

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

 a { background-color: rgb(168,183,187); }

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

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

 span { border-color: rgb(168,183,187); }

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