Html Css Color HEX #A2B1BC Nepal

📋 copy color: '#A2B1BC'

red 162 ◦ green 177 ◦ blue 188

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

Shades of Nepal #A2B1BC

Tints of Nepal #A2B1BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 35.67%

R = 30.74%
G = 33.59%
B = 35.67%

CMYK

 C value IS 0.14

 M value IS 0.06

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A2B1BC (or 0xA2B1BC) is known color: Nepal. HEX triplet: A2, B1 and BC. RGB value is (162,177,188). Sum of RGB (Red+Green+Blue) = 162+177+188=527 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.74% from 527); Green value is 177 (69.53% from 255 or 33.59% from 527); Blue value is 188 (73.83% from 255 or 35.67% from 527); Max value from RGB is 188 - color contains mainly: blue. Hex color #A2B1BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A2B1BC is #5D4E43. Grayscale: #ADADAD. Windows color (decimal): -6114884 or 12366242. OLE color: 12366242.

HSL color Cylindrical-coordinate representation of color #A2B1BC: hue angle of 205.38º degrees, saturation: 0.16, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A2B1BC is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 162 177 188 -
CMYK 0.14 0.06 0 0.26
HSL 205.38º 0.16% 0.69% -
HSV(B) 205.38º 0.14% 0.74% -
XYZ 39.7 42.76 53.74 -
YUV 173.77 136.03 119.61 -
System Red Green Blue C M Y K H S L
Decimal 162 177 188 0.14 0.06 0 0.26 205.38 0.16 0.69
Hex A2 B1 BC E 6 0 1A CD 10 45
Octal 242 261 274 16 6 0 32 315 20 105
Binary 10100010 10110001 10111100 1110 110 0 11010 11001101 10000 1000101

Color Harmonies of #A2B1BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B1BC

Black with #A2B1BC

Text Example


Text Example

White with #A2B1BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B1BC; }

 p { color: rgb(162,177,188); }

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

background-color css

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

 a { background-color: rgb(162,177,188); }

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

border-color css

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

 span { border-color: rgb(162,177,188); }

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