#A7BBBD

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

Shades of Casper #A7BBBD

Tints of Casper #A7BBBD

Color information

#A7BBBD (or 0xA7BBBD) is unknown color: approx Casper. HEX triplet: A7, BB and BD. RGB value is (167,187,189). Sum of RGB (Red+Green+Blue) = 167+187+189=543 (71% of max value = 765). Red value is 167 (65.62% from 255 or 30.76% from 543); Green value is 187 (73.44% from 255 or 34.44% from 543); Blue value is 189 (74.22% from 255 or 34.81% from 543); Max value from RGB is 189 - color contains mainly: blue. Hex color #A7BBBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7BBBD is #584442. Grayscale: #B5B5B5. Windows color (decimal): -5784643 or 12434343. OLE color: 12434343.

HSL color Cylindrical-coordinate representation of color #A7BBBD: hue angle of 185.45º degrees, saturation: 0.14, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A7BBBD is Cyan = 0.12, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB167187189-
CMYK0.120.0100.26
HSL185.45º14.29%69.8%-
HSV(B)185.45º11.64%74.12%-
XYZ42.8947.4355.04-
YUV181.25132.37117.84-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 30.76%
GREEN value IS 187 (73.44% from 255) = 34.44%
BLUE value IS 189 (74.22% from 255) = 34.81%
R=30.76%
G=34.44%
B=34.81%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1671871890.120.0100.26185.4514.2969.8
HexA7BBBDC101Ab9e46
Octal24727327514103227116106
Binary101001111011101110111101110010110101011100111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7BBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7BBBD; }

 p { color: rgb(167,187,189); }

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

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

 a { background-color: rgb(167,187,189); }

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

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

 span { border-color: rgb(167,187,189); }

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