Html Css Color HEX #A5B0BA Nepal

📋 copy color: '#A5B0BA'

red 165 ◦ green 176 ◦ blue 186

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

Shades of Nepal #A5B0BA

Tints of Nepal #A5B0BA

RGB

 RED value IS 165 (64.84% from 255) = 31.31%

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

 BLUE value IS 186 (73.05% from 255) = 35.29%

R = 31.31%
G = 33.4%
B = 35.29%

CMYK

 C value IS 0.11

 M value IS 0.05

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A5B0BA (or 0xA5B0BA) is known color: Nepal. HEX triplet: A5, B0 and BA. RGB value is (165,176,186). Sum of RGB (Red+Green+Blue) = 165+176+186=527 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.31% from 527); Green value is 176 (69.14% from 255 or 33.40% from 527); Blue value is 186 (73.05% from 255 or 35.29% from 527); Max value from RGB is 186 - color contains mainly: blue. Hex color #A5B0BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5B0BA is #5A4F45. Grayscale: #ADADAD. Windows color (decimal): -5918534 or 12234917. OLE color: 12234917.

HSL color Cylindrical-coordinate representation of color #A5B0BA: hue angle of 208.57º degrees, saturation: 0.13, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A5B0BA is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 165 176 186 -
CMYK 0.11 0.05 0 0.27
HSL 208.57º 0.13% 0.69% -
HSV(B) 208.57º 0.11% 0.73% -
XYZ 39.91 42.6 52.57 -
YUV 173.85 134.86 121.69 -
System Red Green Blue C M Y K H S L
Decimal 165 176 186 0.11 0.05 0 0.27 208.57 0.13 0.69
Hex A5 B0 BA B 5 0 1B D1 D 45
Octal 245 260 272 13 5 0 33 321 15 105
Binary 10100101 10110000 10111010 1011 101 0 11011 11010001 1101 1000101

Color Harmonies of #A5B0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B0BA

Black with #A5B0BA

Text Example


Text Example

White with #A5B0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B0BA; }

 p { color: rgb(165,176,186); }

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

background-color css

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

 a { background-color: rgb(165,176,186); }

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

border-color css

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

 span { border-color: rgb(165,176,186); }

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