Html Css Color HEX #A7B7BA Casper

📋 copy color: '#A7B7BA'

red 167 ◦ green 183 ◦ blue 186

#A7B7BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Casper #A7B7BA

Tints of Casper #A7B7BA

RGB

 RED value IS 167 (65.63% from 255) = 31.16%

 GREEN value IS 183 (71.88% from 255) = 34.14%

 BLUE value IS 186 (73.05% from 255) = 34.7%

R = 31.16%
G = 34.14%
B = 34.7%

CMYK

 C value IS 0.10

 M value IS 0.02

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A7B7BA (or 0xA7B7BA) is known color: Casper. HEX triplet: A7, B7 and BA. RGB value is (167,183,186). Sum of RGB (Red+Green+Blue) = 167+183+186=536 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.16% from 536); Green value is 183 (71.88% from 255 or 34.14% from 536); Blue value is 186 (73.05% from 255 or 34.70% from 536); Max value from RGB is 186 - color contains mainly: blue. Hex color #A7B7BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7B7BA is #584845. Grayscale: #B2B2B2. Windows color (decimal): -5785670 or 12236711. OLE color: 12236711.

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

Color convert

RGB 167 183 186 -
CMYK 0.10 0.02 0 0.27
HSL 189.47º 0.12% 0.69% -
HSV(B) 189.47º 0.1% 0.73% -
XYZ 41.73 45.63 53.06 -
YUV 178.56 132.2 119.76 -
System Red Green Blue C M Y K H S L
Decimal 167 183 186 0.10 0.02 0 0.27 189.47 0.12 0.69
Hex A7 B7 BA A 2 0 1B BD C 45
Octal 247 267 272 12 2 0 33 275 14 105
Binary 10100111 10110111 10111010 1010 10 0 11011 10111101 1100 1000101

Color Harmonies of #A7B7BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7B7BA

Black with #A7B7BA

Text Example


Text Example

White with #A7B7BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7B7BA; }

 p { color: rgb(167,183,186); }

 H1.HeaderClassName
 {
   color: #A7B7BA;
 }
 .AnyTagClassName
 {
   color: #A7B7BA;
 }
</style>

background-color css

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

 a { background-color: rgb(167,183,186); }

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

border-color css

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

 span { border-color: rgb(167,183,186); }

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