Html Css Color HEX #A1B0BA Nepal

📋 copy color: '#A1B0BA'

red 161 ◦ green 176 ◦ blue 186

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

Shades of Nepal #A1B0BA

Tints of Nepal #A1B0BA

RGB

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

 GREEN value IS 176 (69.14% from 255) = 33.65%

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

R = 30.78%
G = 33.65%
B = 35.56%

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

#A1B0BA (or 0xA1B0BA) is known color: Nepal. HEX triplet: A1, B0 and BA. RGB value is (161,176,186). Sum of RGB (Red+Green+Blue) = 161+176+186=523 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.78% from 523); Green value is 176 (69.14% from 255 or 33.65% from 523); Blue value is 186 (73.05% from 255 or 35.56% from 523); Max value from RGB is 186 - color contains mainly: blue. Hex color #A1B0BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1B0BA is #5E4F45. Grayscale: #ACACAC. Windows color (decimal): -6180678 or 12234913. OLE color: 12234913.

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

Color convert

RGB 161 176 186 -
CMYK 0.13 0.05 0 0.27
HSL 204º 0.15% 0.68% -
HSV(B) 204º 0.13% 0.73% -
XYZ 39.09 42.17 52.53 -
YUV 172.66 135.53 119.69 -
System Red Green Blue C M Y K H S L
Decimal 161 176 186 0.13 0.05 0 0.27 204 0.15 0.68
Hex A1 B0 BA D 5 0 1B CC F 44
Octal 241 260 272 15 5 0 33 314 17 104
Binary 10100001 10110000 10111010 1101 101 0 11011 11001100 1111 1000100

Color Harmonies of #A1B0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B0BA

Black with #A1B0BA

Text Example


Text Example

White with #A1B0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B0BA; }

 p { color: rgb(161,176,186); }

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

background-color css

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

 a { background-color: rgb(161,176,186); }

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

border-color css

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

 span { border-color: rgb(161,176,186); }

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