Html Css Color HEX #8BA9BC Nepal

📋 copy color: '#8BA9BC'

red 139 ◦ green 169 ◦ blue 188

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

Shades of Nepal #8BA9BC

Tints of Nepal #8BA9BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 37.9%

R = 28.02%
G = 34.07%
B = 37.9%

CMYK

 C value IS 0.26

 M value IS 0.10

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8BA9BC (or 0x8BA9BC) is known color: Nepal. HEX triplet: 8B, A9 and BC. RGB value is (139,169,188). Sum of RGB (Red+Green+Blue) = 139+169+188=496 (65% of max value = 765). Red value is 139 (54.69% from 255 or 28.02% from 496); Green value is 169 (66.41% from 255 or 34.07% from 496); Blue value is 188 (73.83% from 255 or 37.90% from 496); Max value from RGB is 188 - color contains mainly: blue. Hex color #8BA9BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BA9BC is #745643. Grayscale: #A2A2A2. Windows color (decimal): -7624260 or 12364171. OLE color: 12364171.

HSL color Cylindrical-coordinate representation of color #8BA9BC: hue angle of 203.27º 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 #8BA9BC is Cyan = 0.26, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 139 169 188 -
CMYK 0.26 0.10 0 0.26
HSL 203.27º 0.27% 0.64% -
HSV(B) 203.27º 0.26% 0.74% -
XYZ 33.91 37.5 53.03 -
YUV 162.2 142.56 111.46 -
System Red Green Blue C M Y K H S L
Decimal 139 169 188 0.26 0.10 0 0.26 203.27 0.27 0.64
Hex 8B A9 BC 1A A 0 1A CB 1B 40
Octal 213 251 274 32 12 0 32 313 33 100
Binary 10001011 10101001 10111100 11010 1010 0 11010 11001011 11011 1000000

Color Harmonies of #8BA9BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BA9BC

Black with #8BA9BC

Text Example


Text Example

White with #8BA9BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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