#A8B9BB

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

Shades of Casper #A8B9BB

Tints of Casper #A8B9BB

Color information

#A8B9BB (or 0xA8B9BB) is unknown color: approx Casper. HEX triplet: A8, B9 and BB. RGB value is (168,185,187). Sum of RGB (Red+Green+Blue) = 168+185+187=540 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.11% from 540); Green value is 185 (72.66% from 255 or 34.26% from 540); Blue value is 187 (73.44% from 255 or 34.63% from 540); Max value from RGB is 187 - color contains mainly: blue. Hex color #A8B9BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8B9BB is #574644. Grayscale: #B4B4B4. Windows color (decimal): -5719621 or 12302760. OLE color: 12302760.

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

Color convert

RGB168185187-
CMYK0.100.0100.27
HSL186.32º12.26%69.61%-
HSV(B)186.32º10.16%73.33%-
XYZ42.4746.6153.77-
YUV180.14131.87119.34-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.11%
GREEN value IS 185 (72.66% from 255) = 34.26%
BLUE value IS 187 (73.44% from 255) = 34.63%
R=31.11%
G=34.26%
B=34.63%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1681851870.100.0100.27186.3212.2669.61
HexA8B9BBA101Bbac46
Octal25027127312103327214106
Binary101010001011100110111011101010110111011101011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B9BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B9BB; }

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

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

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

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

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

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

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

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