Html Css Color HEX #A0B0BE Nepal

📋 copy color: '#A0B0BE'

red 160 ◦ green 176 ◦ blue 190

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

Shades of Nepal #A0B0BE

Tints of Nepal #A0B0BE

RGB

 RED value IS 160 (62.89% from 255) = 30.42%

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

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

R = 30.42%
G = 33.46%
B = 36.12%

CMYK

 C value IS 0.16

 M value IS 0.07

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A0B0BE (or 0xA0B0BE) is known color: Nepal. HEX triplet: A0, B0 and BE. RGB value is (160,176,190). Sum of RGB (Red+Green+Blue) = 160+176+190=526 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.42% from 526); Green value is 176 (69.14% from 255 or 33.46% from 526); Blue value is 190 (74.61% from 255 or 36.12% from 526); Max value from RGB is 190 - color contains mainly: blue. Hex color #A0B0BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0B0BE is #5F4F41. Grayscale: #ACACAC. Windows color (decimal): -6246210 or 12497056. OLE color: 12497056.

HSL color Cylindrical-coordinate representation of color #A0B0BE: hue angle of 208º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A0B0BE is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 160 176 190 -
CMYK 0.16 0.07 0 0.25
HSL 208º 0.19% 0.69% -
HSV(B) 208º 0.16% 0.75% -
XYZ 39.32 42.24 54.8 -
YUV 172.81 137.7 118.86 -
System Red Green Blue C M Y K H S L
Decimal 160 176 190 0.16 0.07 0 0.25 208 0.19 0.69
Hex A0 B0 BE 10 7 0 19 D0 13 45
Octal 240 260 276 20 7 0 31 320 23 105
Binary 10100000 10110000 10111110 10000 111 0 11001 11010000 10011 1000101

Color Harmonies of #A0B0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B0BE

Black with #A0B0BE

Text Example


Text Example

White with #A0B0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B0BE; }

 p { color: rgb(160,176,190); }

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

background-color css

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

 a { background-color: rgb(160,176,190); }

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

border-color css

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

 span { border-color: rgb(160,176,190); }

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