Html Css Color HEX #8BA9BD Nepal

📋 copy color: '#8BA9BD'

red 139 ◦ green 169 ◦ blue 189

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

Shades of Nepal #8BA9BD

Tints of Nepal #8BA9BD

RGB

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

 GREEN value IS 169 (66.41% from 255) = 34%

 BLUE value IS 189 (74.22% from 255) = 38.03%

R = 27.97%
G = 34%
B = 38.03%

CMYK

 C value IS 0.26

 M value IS 0.11

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8BA9BD (or 0x8BA9BD) is known color: Nepal. HEX triplet: 8B, A9 and BD. RGB value is (139,169,189). Sum of RGB (Red+Green+Blue) = 139+169+189=497 (65% of max value = 765). Red value is 139 (54.69% from 255 or 27.97% from 497); Green value is 169 (66.41% from 255 or 34.00% from 497); Blue value is 189 (74.22% from 255 or 38.03% from 497); Max value from RGB is 189 - color contains mainly: blue. Hex color #8BA9BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BA9BD is #745642. Grayscale: #A2A2A2. Windows color (decimal): -7624259 or 12429707. OLE color: 12429707.

HSL color Cylindrical-coordinate representation of color #8BA9BD: hue angle of 204º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8BA9BD is Cyan = 0.26, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 139 169 189 -
CMYK 0.26 0.11 0 0.26
HSL 204º 0.27% 0.64% -
HSV(B) 204º 0.26% 0.74% -
XYZ 34.02 37.54 53.6 -
YUV 162.31 143.06 111.37 -
System Red Green Blue C M Y K H S L
Decimal 139 169 189 0.26 0.11 0 0.26 204 0.27 0.64
Hex 8B A9 BD 1A B 0 1A CC 1B 40
Octal 213 251 275 32 13 0 32 314 33 100
Binary 10001011 10101001 10111101 11010 1011 0 11010 11001100 11011 1000000

Color Harmonies of #8BA9BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BA9BD

Black with #8BA9BD

Text Example


Text Example

White with #8BA9BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,169,189); }

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

background-color css

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

 a { background-color: rgb(139,169,189); }

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

border-color css

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

 span { border-color: rgb(139,169,189); }

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