Html Css Color HEX #A2B1BD Nepal

📋 copy color: '#A2B1BD'

red 162 ◦ green 177 ◦ blue 189

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

Shades of Nepal #A2B1BD

Tints of Nepal #A2B1BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 35.8%

R = 30.68%
G = 33.52%
B = 35.8%

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

#A2B1BD (or 0xA2B1BD) is known color: Nepal. HEX triplet: A2, B1 and BD. RGB value is (162,177,189). Sum of RGB (Red+Green+Blue) = 162+177+189=528 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.68% from 528); Green value is 177 (69.53% from 255 or 33.52% from 528); Blue value is 189 (74.22% from 255 or 35.80% from 528); Max value from RGB is 189 - color contains mainly: blue. Hex color #A2B1BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A2B1BD is #5D4E42. Grayscale: #ADADAD. Windows color (decimal): -6114883 or 12431778. OLE color: 12431778.

HSL color Cylindrical-coordinate representation of color #A2B1BD: hue angle of 206.67º degrees, saturation: 0.17, 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 #A2B1BD is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 162 177 189 -
CMYK 0.14 0.06 0 0.26
HSL 206.67º 0.17% 0.69% -
HSV(B) 206.67º 0.14% 0.74% -
XYZ 39.81 42.8 54.31 -
YUV 173.88 136.53 119.52 -
System Red Green Blue C M Y K H S L
Decimal 162 177 189 0.14 0.06 0 0.26 206.67 0.17 0.69
Hex A2 B1 BD E 6 0 1A CF 11 45
Octal 242 261 275 16 6 0 32 317 21 105
Binary 10100010 10110001 10111101 1110 110 0 11010 11001111 10001 1000101

Color Harmonies of #A2B1BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B1BD

Black with #A2B1BD

Text Example


Text Example

White with #A2B1BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B1BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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