Html Css Color HEX #A2B0BD Nepal

📋 copy color: '#A2B0BD'

red 162 ◦ green 176 ◦ blue 189

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

Shades of Nepal #A2B0BD

Tints of Nepal #A2B0BD

RGB

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

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

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

R = 30.74%
G = 33.4%
B = 35.86%

CMYK

 C value IS 0.14

 M value IS 0.07

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A2B0BD (or 0xA2B0BD) is known color: Nepal. HEX triplet: A2, B0 and BD. RGB value is (162,176,189). Sum of RGB (Red+Green+Blue) = 162+176+189=527 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.74% from 527); Green value is 176 (69.14% from 255 or 33.40% from 527); Blue value is 189 (74.22% from 255 or 35.86% from 527); Max value from RGB is 189 - color contains mainly: blue. Hex color #A2B0BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A2B0BD is #5D4F42. Grayscale: #ADADAD. Windows color (decimal): -6115139 or 12431522. OLE color: 12431522.

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

Color convert

RGB 162 176 189 -
CMYK 0.14 0.07 0 0.26
HSL 208.89º 0.17% 0.69% -
HSV(B) 208.89º 0.14% 0.74% -
XYZ 39.61 42.41 54.24 -
YUV 173.3 136.86 119.94 -
System Red Green Blue C M Y K H S L
Decimal 162 176 189 0.14 0.07 0 0.26 208.89 0.17 0.69
Hex A2 B0 BD E 7 0 1A D1 11 45
Octal 242 260 275 16 7 0 32 321 21 105
Binary 10100010 10110000 10111101 1110 111 0 11010 11010001 10001 1000101

Color Harmonies of #A2B0BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B0BD

Black with #A2B0BD

Text Example


Text Example

White with #A2B0BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B0BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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