Html Css Color HEX #A7B9BA Casper

📋 copy color: '#A7B9BA'

red 167 ◦ green 185 ◦ blue 186

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

Shades of Casper #A7B9BA

Tints of Casper #A7B9BA

RGB

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

 GREEN value IS 185 (72.66% from 255) = 34.39%

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

R = 31.04%
G = 34.39%
B = 34.57%

CMYK

 C value IS 0.10

 M value IS 0.01

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A7B9BA (or 0xA7B9BA) is known color: Casper. HEX triplet: A7, B9 and BA. RGB value is (167,185,186). Sum of RGB (Red+Green+Blue) = 167+185+186=538 (71% of max value = 765). Red value is 167 (65.62% from 255 or 31.04% from 538); Green value is 185 (72.66% from 255 or 34.39% from 538); Blue value is 186 (73.05% from 255 or 34.57% from 538); Max value from RGB is 186 - color contains mainly: blue. Hex color #A7B9BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7B9BA is #584645. Grayscale: #B3B3B3. Windows color (decimal): -5785158 or 12237223. OLE color: 12237223.

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

Color convert

RGB 167 185 186 -
CMYK 0.10 0.01 0 0.27
HSL 183.16º 0.12% 0.69% -
HSV(B) 183.16º 0.1% 0.73% -
XYZ 42.15 46.46 53.2 -
YUV 179.73 131.54 118.92 -
System Red Green Blue C M Y K H S L
Decimal 167 185 186 0.10 0.01 0 0.27 183.16 0.12 0.69
Hex A7 B9 BA A 1 0 1B B7 C 45
Octal 247 271 272 12 1 0 33 267 14 105
Binary 10100111 10111001 10111010 1010 1 0 11011 10110111 1100 1000101

Color Harmonies of #A7B9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7B9BA

Black with #A7B9BA

Text Example


Text Example

White with #A7B9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7B9BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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