#8BADBF

Color #8BADBF Nepal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nepal #8BADBF

Tints of Nepal #8BADBF

Color information

#8BADBF (or 0x8BADBF) is unknown color: approx Nepal. HEX triplet: 8B, AD and BF. RGB value is (139,173,191). Sum of RGB (Red+Green+Blue) = 139+173+191=503 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.63% from 503); Green value is 173 (67.97% from 255 or 34.39% from 503); Blue value is 191 (75% from 255 or 37.97% from 503); Max value from RGB is 191 - color contains mainly: blue. Hex color #8BADBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BADBF is #745240. Grayscale: #A4A4A4. Windows color (decimal): -7623233 or 12561803. OLE color: 12561803.

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

Color convert

RGB139173191-
CMYK0.270.0900.25
HSL200.77º28.89%64.71%-
HSV(B)200.77º27.23%74.9%-
XYZ3539.1455-
YUV164.89142.74109.54-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.63%
GREEN value IS 173 (67.97% from 255) = 34.39%
BLUE value IS 191 (75% from 255) = 37.97%
R=27.63%
G=34.39%
B=37.97%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1391731910.270.0900.25200.7728.8964.71
Hex8BADBF1B9019c91d41
Octal213255277331103131135101
Binary10001011101011011011111111011100101100111001001111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BADBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,173,191); }

 H1.HeaderClassName
 {
   color: #8BADBF;
 }
 .AnyTagClassName
 {
   color: #8BADBF;
 }
</style>
background-color css

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

 a { background-color: rgb(139,173,191); }

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

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

 span { border-color: rgb(139,173,191); }

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