#A4B0BB

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

Shades of Nepal #A4B0BB

Tints of Nepal #A4B0BB

Color information

#A4B0BB (or 0xA4B0BB) is unknown color: approx Nepal. HEX triplet: A4, B0 and BB. RGB value is (164,176,187). Sum of RGB (Red+Green+Blue) = 164+176+187=527 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.12% from 527); Green value is 176 (69.14% from 255 or 33.40% from 527); Blue value is 187 (73.44% from 255 or 35.48% from 527); Max value from RGB is 187 - color contains mainly: blue. Hex color #A4B0BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4B0BB is #5B4F44. Grayscale: #ADADAD. Windows color (decimal): -5984069 or 12300452. OLE color: 12300452.

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

Color convert

RGB164176187-
CMYK0.120.0600.27
HSL208.7º14.47%68.82%-
HSV(B)208.7º12.3%73.33%-
XYZ39.842.5353.13-
YUV173.67135.52121.11-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.12%
GREEN value IS 176 (69.14% from 255) = 33.40%
BLUE value IS 187 (73.44% from 255) = 35.48%
R=31.12%
G=33.40%
B=35.48%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1641761870.120.0600.27208.714.4768.82
HexA4B0BBC601Bd1e45
Octal24426027314603332116105
Binary10100100101100001011101111001100110111101000111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B0BB; }

 p { color: rgb(164,176,187); }

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

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

 a { background-color: rgb(164,176,187); }

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

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

 span { border-color: rgb(164,176,187); }

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