Html Css Color HEX #A1B7BF Casper

📋 copy color: '#A1B7BF'

red 161 ◦ green 183 ◦ blue 191

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

Shades of Casper #A1B7BF

Tints of Casper #A1B7BF

RGB

 RED value IS 161 (63.28% from 255) = 30.09%

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

 BLUE value IS 191 (75% from 255) = 35.7%

R = 30.09%
G = 34.21%
B = 35.7%

CMYK

 C value IS 0.16

 M value IS 0.04

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A1B7BF (or 0xA1B7BF) is known color: Casper. HEX triplet: A1, B7 and BF. RGB value is (161,183,191). Sum of RGB (Red+Green+Blue) = 161+183+191=535 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.09% from 535); Green value is 183 (71.88% from 255 or 34.21% from 535); Blue value is 191 (75% from 255 or 35.70% from 535); Max value from RGB is 191 - color contains mainly: blue. Hex color #A1B7BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1B7BF is #5E4840. Grayscale: #B1B1B1. Windows color (decimal): -6178881 or 12564385. OLE color: 12564385.

HSL color Cylindrical-coordinate representation of color #A1B7BF: hue angle of 196º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A1B7BF is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 161 183 191 -
CMYK 0.16 0.04 0 0.25
HSL 196º 0.19% 0.69% -
HSV(B) 196º 0.16% 0.75% -
XYZ 41.04 45.21 55.85 -
YUV 177.33 135.71 116.35 -
System Red Green Blue C M Y K H S L
Decimal 161 183 191 0.16 0.04 0 0.25 196 0.19 0.69
Hex A1 B7 BF 10 4 0 19 C4 13 45
Octal 241 267 277 20 4 0 31 304 23 105
Binary 10100001 10110111 10111111 10000 100 0 11001 11000100 10011 1000101

Color Harmonies of #A1B7BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B7BF

Black with #A1B7BF

Text Example


Text Example

White with #A1B7BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B7BF; }

 p { color: rgb(161,183,191); }

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

background-color css

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

 a { background-color: rgb(161,183,191); }

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

border-color css

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

 span { border-color: rgb(161,183,191); }

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