Html Css Color HEX #8BA5BE Nepal

📋 copy color: '#8BA5BE'

red 139 ◦ green 165 ◦ blue 190

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

Shades of Nepal #8BA5BE

Tints of Nepal #8BA5BE

RGB

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

 GREEN value IS 165 (64.84% from 255) = 33.4%

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

R = 28.14%
G = 33.4%
B = 38.46%

CMYK

 C value IS 0.27

 M value IS 0.13

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8BA5BE (or 0x8BA5BE) is known color: Nepal. HEX triplet: 8B, A5 and BE. RGB value is (139,165,190). Sum of RGB (Red+Green+Blue) = 139+165+190=494 (65% of max value = 765). Red value is 139 (54.69% from 255 or 28.14% from 494); Green value is 165 (64.84% from 255 or 33.40% from 494); Blue value is 190 (74.61% from 255 or 38.46% from 494); Max value from RGB is 190 - color contains mainly: blue. Hex color #8BA5BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BA5BE is #745A41. Grayscale: #9F9F9F. Windows color (decimal): -7625282 or 12494219. OLE color: 12494219.

HSL color Cylindrical-coordinate representation of color #8BA5BE: hue angle of 209.41º 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 #8BA5BE is Cyan = 0.27, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 139 165 190 -
CMYK 0.27 0.13 0 0.25
HSL 209.41º 0.28% 0.65% -
HSV(B) 209.41º 0.27% 0.75% -
XYZ 33.4 36.12 53.93 -
YUV 160.08 144.89 112.97 -
System Red Green Blue C M Y K H S L
Decimal 139 165 190 0.27 0.13 0 0.25 209.41 0.28 0.65
Hex 8B A5 BE 1B D 0 19 D1 1C 41
Octal 213 245 276 33 15 0 31 321 34 101
Binary 10001011 10100101 10111110 11011 1101 0 11001 11010001 11100 1000001

Color Harmonies of #8BA5BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BA5BE

Black with #8BA5BE

Text Example


Text Example

White with #8BA5BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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