Html Css Color HEX #A1B3BB Casper

📋 copy color: '#A1B3BB'

red 161 ◦ green 179 ◦ blue 187

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

Shades of Casper #A1B3BB

Tints of Casper #A1B3BB

RGB

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

 GREEN value IS 179 (70.31% from 255) = 33.97%

 BLUE value IS 187 (73.44% from 255) = 35.48%

R = 30.55%
G = 33.97%
B = 35.48%

CMYK

 C value IS 0.14

 M value IS 0.04

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A1B3BB (or 0xA1B3BB) is known color: Casper. HEX triplet: A1, B3 and BB. RGB value is (161,179,187). Sum of RGB (Red+Green+Blue) = 161+179+187=527 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.55% from 527); Green value is 179 (70.31% from 255 or 33.97% from 527); Blue value is 187 (73.44% from 255 or 35.48% from 527); Max value from RGB is 187 - color contains mainly: blue. Hex color #A1B3BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1B3BB is #5E4C44. Grayscale: #AEAEAE. Windows color (decimal): -6179909 or 12301217. OLE color: 12301217.

HSL color Cylindrical-coordinate representation of color #A1B3BB: hue angle of 198.46º degrees, saturation: 0.16, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A1B3BB is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 161 179 187 -
CMYK 0.14 0.04 0 0.27
HSL 198.46º 0.16% 0.68% -
HSV(B) 198.46º 0.14% 0.73% -
XYZ 39.79 43.41 53.29 -
YUV 174.53 135.04 118.35 -
System Red Green Blue C M Y K H S L
Decimal 161 179 187 0.14 0.04 0 0.27 198.46 0.16 0.68
Hex A1 B3 BB E 4 0 1B C6 10 44
Octal 241 263 273 16 4 0 33 306 20 104
Binary 10100001 10110011 10111011 1110 100 0 11011 11000110 10000 1000100

Color Harmonies of #A1B3BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B3BB

Black with #A1B3BB

Text Example


Text Example

White with #A1B3BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B3BB; }

 p { color: rgb(161,179,187); }

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

background-color css

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

 a { background-color: rgb(161,179,187); }

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

border-color css

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

 span { border-color: rgb(161,179,187); }

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