Html Css Color HEX #A1B2BE Nepal

📋 copy color: '#A1B2BE'

red 161 ◦ green 178 ◦ blue 190

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

Shades of Nepal #A1B2BE

Tints of Nepal #A1B2BE

RGB

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

 GREEN value IS 178 (69.92% from 255) = 33.65%

 BLUE value IS 190 (74.61% from 255) = 35.92%

R = 30.43%
G = 33.65%
B = 35.92%

CMYK

 C value IS 0.15

 M value IS 0.06

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A1B2BE (or 0xA1B2BE) is known color: Nepal. HEX triplet: A1, B2 and BE. RGB value is (161,178,190). Sum of RGB (Red+Green+Blue) = 161+178+190=529 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.43% from 529); Green value is 178 (69.92% from 255 or 33.65% from 529); Blue value is 190 (74.61% from 255 or 35.92% from 529); Max value from RGB is 190 - color contains mainly: blue. Hex color #A1B2BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1B2BE is #5E4D41. Grayscale: #AEAEAE. Windows color (decimal): -6180162 or 12497569. OLE color: 12497569.

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

Color convert

RGB 161 178 190 -
CMYK 0.15 0.06 0 0.25
HSL 204.83º 0.18% 0.69% -
HSV(B) 204.83º 0.15% 0.75% -
XYZ 39.91 43.14 54.94 -
YUV 174.29 136.87 118.52 -
System Red Green Blue C M Y K H S L
Decimal 161 178 190 0.15 0.06 0 0.25 204.83 0.18 0.69
Hex A1 B2 BE F 6 0 19 CD 12 45
Octal 241 262 276 17 6 0 31 315 22 105
Binary 10100001 10110010 10111110 1111 110 0 11001 11001101 10010 1000101

Color Harmonies of #A1B2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B2BE

Black with #A1B2BE

Text Example


Text Example

White with #A1B2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B2BE; }

 p { color: rgb(161,178,190); }

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

background-color css

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

 a { background-color: rgb(161,178,190); }

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

border-color css

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

 span { border-color: rgb(161,178,190); }

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