Html Css Color HEX #A2B2BE Nepal

📋 copy color: '#A2B2BE'

red 162 ◦ green 178 ◦ blue 190

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

Shades of Nepal #A2B2BE

Tints of Nepal #A2B2BE

RGB

 RED value IS 162 (63.67% from 255) = 30.57%

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

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

R = 30.57%
G = 33.58%
B = 35.85%

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

#A2B2BE (or 0xA2B2BE) is known color: Nepal. HEX triplet: A2, B2 and BE. RGB value is (162,178,190). Sum of RGB (Red+Green+Blue) = 162+178+190=530 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.57% from 530); Green value is 178 (69.92% from 255 or 33.58% from 530); Blue value is 190 (74.61% from 255 or 35.85% from 530); Max value from RGB is 190 - color contains mainly: blue. Hex color #A2B2BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A2B2BE is #5D4D41. Grayscale: #AEAEAE. Windows color (decimal): -6114626 or 12497570. OLE color: 12497570.

HSL color Cylindrical-coordinate representation of color #A2B2BE: hue angle of 205.71º 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 #A2B2BE is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 162 178 190 -
CMYK 0.15 0.06 0 0.25
HSL 205.71º 0.18% 0.69% -
HSV(B) 205.71º 0.15% 0.75% -
XYZ 40.11 43.24 54.95 -
YUV 174.58 136.7 119.02 -
System Red Green Blue C M Y K H S L
Decimal 162 178 190 0.15 0.06 0 0.25 205.71 0.18 0.69
Hex A2 B2 BE F 6 0 19 CE 12 45
Octal 242 262 276 17 6 0 31 316 22 105
Binary 10100010 10110010 10111110 1111 110 0 11001 11001110 10010 1000101

Color Harmonies of #A2B2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B2BE

Black with #A2B2BE

Text Example


Text Example

White with #A2B2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B2BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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