Html Css Color HEX #A8B7BA Casper

📋 copy color: '#A8B7BA'

red 168 ◦ green 183 ◦ blue 186

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

Shades of Casper #A8B7BA

Tints of Casper #A8B7BA

RGB

 RED value IS 168 (66.02% from 255) = 31.28%

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

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

R = 31.28%
G = 34.08%
B = 34.64%

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

#A8B7BA (or 0xA8B7BA) is known color: Casper. HEX triplet: A8, B7 and BA. RGB value is (168,183,186). Sum of RGB (Red+Green+Blue) = 168+183+186=537 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.28% from 537); Green value is 183 (71.88% from 255 or 34.08% from 537); Blue value is 186 (73.05% from 255 or 34.64% from 537); Max value from RGB is 186 - color contains mainly: blue. Hex color #A8B7BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8B7BA is #574845. Grayscale: #B2B2B2. Windows color (decimal): -5720134 or 12236712. OLE color: 12236712.

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

Color convert

RGB 168 183 186 -
CMYK 0.10 0.02 0 0.27
HSL 190º 0.12% 0.69% -
HSV(B) 190º 0.1% 0.73% -
XYZ 41.94 45.74 53.07 -
YUV 178.86 132.03 120.26 -
System Red Green Blue C M Y K H S L
Decimal 168 183 186 0.10 0.02 0 0.27 190 0.12 0.69
Hex A8 B7 BA A 2 0 1B BE C 45
Octal 250 267 272 12 2 0 33 276 14 105
Binary 10101000 10110111 10111010 1010 10 0 11011 10111110 1100 1000101

Color Harmonies of #A8B7BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B7BA

Black with #A8B7BA

Text Example


Text Example

White with #A8B7BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B7BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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