Html Css Color HEX #8BA7BE Nepal

📋 copy color: '#8BA7BE'

red 139 ◦ green 167 ◦ blue 190

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

Shades of Nepal #8BA7BE

Tints of Nepal #8BA7BE

RGB

 RED value IS 139 (54.69% from 255) = 28.02%

 GREEN value IS 167 (65.63% from 255) = 33.67%

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

R = 28.02%
G = 33.67%
B = 38.31%

CMYK

 C value IS 0.27

 M value IS 0.12

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8BA7BE (or 0x8BA7BE) is known color: Nepal. HEX triplet: 8B, A7 and BE. RGB value is (139,167,190). Sum of RGB (Red+Green+Blue) = 139+167+190=496 (65% of max value = 765). Red value is 139 (54.69% from 255 or 28.02% from 496); Green value is 167 (65.62% from 255 or 33.67% from 496); Blue value is 190 (74.61% from 255 or 38.31% from 496); Max value from RGB is 190 - color contains mainly: blue. Hex color #8BA7BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BA7BE is #745841. Grayscale: #A1A1A1. Windows color (decimal): -7624770 or 12494731. OLE color: 12494731.

HSL color Cylindrical-coordinate representation of color #8BA7BE: hue angle of 207.06º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8BA7BE is Cyan = 0.27, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 139 167 190 -
CMYK 0.27 0.12 0 0.25
HSL 207.06º 0.28% 0.65% -
HSV(B) 207.06º 0.27% 0.75% -
XYZ 33.76 36.84 54.05 -
YUV 161.25 144.22 112.13 -
System Red Green Blue C M Y K H S L
Decimal 139 167 190 0.27 0.12 0 0.25 207.06 0.28 0.65
Hex 8B A7 BE 1B C 0 19 CF 1C 41
Octal 213 247 276 33 14 0 31 317 34 101
Binary 10001011 10100111 10111110 11011 1100 0 11001 11001111 11100 1000001

Color Harmonies of #8BA7BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BA7BE

Black with #8BA7BE

Text Example


Text Example

White with #8BA7BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8BA7BE; }

 p { color: rgb(139,167,190); }

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

background-color css

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

 a { background-color: rgb(139,167,190); }

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

border-color css

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

 span { border-color: rgb(139,167,190); }

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