#A1B0BC

Color #A1B0BC Nepal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nepal #A1B0BC

Tints of Nepal #A1B0BC

Color information

#A1B0BC (or 0xA1B0BC) is unknown color: approx Nepal. HEX triplet: A1, B0 and BC. RGB value is (161,176,188). Sum of RGB (Red+Green+Blue) = 161+176+188=525 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.67% from 525); Green value is 176 (69.14% from 255 or 33.52% from 525); Blue value is 188 (73.83% from 255 or 35.81% from 525); Max value from RGB is 188 - color contains mainly: blue. Hex color #A1B0BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1B0BC is #5E4F43. Grayscale: #ACACAC. Windows color (decimal): -6180676 or 12365985. OLE color: 12365985.

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

Color convert

RGB161176188-
CMYK0.140.0600.26
HSL206.67º16.77%68.43%-
HSV(B)206.67º14.36%73.73%-
XYZ39.342.2653.66-
YUV172.88136.53119.52-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.67%
GREEN value IS 176 (69.14% from 255) = 33.52%
BLUE value IS 188 (73.83% from 255) = 35.81%
R=30.67%
G=33.52%
B=35.81%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1611761880.140.0600.26206.6716.7768.43
HexA1B0BCE601Acf1144
Octal24126027416603231721104
Binary101000011011000010111100111011001101011001111100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B0BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B0BC; }

 p { color: rgb(161,176,188); }

 H1.HeaderClassName
 {
   color: #A1B0BC;
 }
 .AnyTagClassName
 {
   color: #A1B0BC;
 }
</style>
background-color css

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

 a { background-color: rgb(161,176,188); }

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

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

 span { border-color: rgb(161,176,188); }

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