Html Css Color HEX #A3B1BB Nepal

📋 copy color: '#A3B1BB'

red 163 ◦ green 177 ◦ blue 187

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

Shades of Nepal #A3B1BB

Tints of Nepal #A3B1BB

RGB

 RED value IS 163 (64.06% from 255) = 30.93%

 GREEN value IS 177 (69.53% from 255) = 33.59%

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

R = 30.93%
G = 33.59%
B = 35.48%

CMYK

 C value IS 0.13

 M value IS 0.05

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A3B1BB (or 0xA3B1BB) is known color: Nepal. HEX triplet: A3, B1 and BB. RGB value is (163,177,187). Sum of RGB (Red+Green+Blue) = 163+177+187=527 (69% of max value = 765). Red value is 163 (64.06% from 255 or 30.93% from 527); Green value is 177 (69.53% from 255 or 33.59% 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 #A3B1BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A3B1BB is #5C4E44. Grayscale: #ADADAD. Windows color (decimal): -6049349 or 12300707. OLE color: 12300707.

HSL color Cylindrical-coordinate representation of color #A3B1BB: hue angle of 205º degrees, saturation: 0.15, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A3B1BB is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 163 177 187 -
CMYK 0.13 0.05 0 0.27
HSL 205º 0.15% 0.69% -
HSV(B) 205º 0.13% 0.73% -
XYZ 39.8 42.82 53.18 -
YUV 173.95 135.36 120.19 -
System Red Green Blue C M Y K H S L
Decimal 163 177 187 0.13 0.05 0 0.27 205 0.15 0.69
Hex A3 B1 BB D 5 0 1B CD F 45
Octal 243 261 273 15 5 0 33 315 17 105
Binary 10100011 10110001 10111011 1101 101 0 11011 11001101 1111 1000101

Color Harmonies of #A3B1BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3B1BB

Black with #A3B1BB

Text Example


Text Example

White with #A3B1BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3B1BB; }

 p { color: rgb(163,177,187); }

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

background-color css

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

 a { background-color: rgb(163,177,187); }

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

border-color css

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

 span { border-color: rgb(163,177,187); }

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