#A8B9BA

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

Shades of Casper #A8B9BA

Tints of Casper #A8B9BA

Color information

#A8B9BA (or 0xA8B9BA) is unknown color: approx Casper. HEX triplet: A8, B9 and BA. RGB value is (168,185,186). Sum of RGB (Red+Green+Blue) = 168+185+186=539 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.17% from 539); Green value is 185 (72.66% from 255 or 34.32% from 539); Blue value is 186 (73.05% from 255 or 34.51% from 539); Max value from RGB is 186 - color contains mainly: blue. Hex color #A8B9BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8B9BA is #574645. Grayscale: #B4B4B4. Windows color (decimal): -5719622 or 12237224. OLE color: 12237224.

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

Color convert

RGB168185186-
CMYK0.100.0100.27
HSL183.33º11.54%69.41%-
HSV(B)183.33º9.68%72.94%-
XYZ42.3646.5753.21-
YUV180.03131.37119.42-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.17%
GREEN value IS 185 (72.66% from 255) = 34.32%
BLUE value IS 186 (73.05% from 255) = 34.51%
R=31.17%
G=34.32%
B=34.51%

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
Decimal1681851860.100.0100.27183.3311.5469.41
HexA8B9BAA101Bb7c45
Octal25027127212103326714105
Binary101010001011100110111010101010110111011011111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B9BA; }

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

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

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

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

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

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

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

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