Html Css Color HEX #A4B1BE Nepal

📋 copy color: '#A4B1BE'

red 164 ◦ green 177 ◦ blue 190

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

Shades of Nepal #A4B1BE

Tints of Nepal #A4B1BE

RGB

 RED value IS 164 (64.45% from 255) = 30.89%

 GREEN value IS 177 (69.53% from 255) = 33.33%

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

R = 30.89%
G = 33.33%
B = 35.78%

CMYK

 C value IS 0.14

 M value IS 0.07

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A4B1BE (or 0xA4B1BE) is known color: Nepal. HEX triplet: A4, B1 and BE. RGB value is (164,177,190). Sum of RGB (Red+Green+Blue) = 164+177+190=531 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.89% from 531); Green value is 177 (69.53% from 255 or 33.33% from 531); Blue value is 190 (74.61% from 255 or 35.78% from 531); Max value from RGB is 190 - color contains mainly: blue. Hex color #A4B1BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4B1BE is #5B4E41. Grayscale: #AEAEAE. Windows color (decimal): -5983810 or 12497316. OLE color: 12497316.

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

Color convert

RGB 164 177 190 -
CMYK 0.14 0.07 0 0.25
HSL 210º 0.17% 0.69% -
HSV(B) 210º 0.14% 0.75% -
XYZ 40.33 43.05 54.9 -
YUV 174.6 136.69 120.44 -
System Red Green Blue C M Y K H S L
Decimal 164 177 190 0.14 0.07 0 0.25 210 0.17 0.69
Hex A4 B1 BE E 7 0 19 D2 11 45
Octal 244 261 276 16 7 0 31 322 21 105
Binary 10100100 10110001 10111110 1110 111 0 11001 11010010 10001 1000101

Color Harmonies of #A4B1BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4B1BE

Black with #A4B1BE

Text Example


Text Example

White with #A4B1BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4B1BE; }

 p { color: rgb(164,177,190); }

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

background-color css

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

 a { background-color: rgb(164,177,190); }

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

border-color css

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

 span { border-color: rgb(164,177,190); }

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