#8BADBE

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

Shades of Nepal #8BADBE

Tints of Nepal #8BADBE

Color information

#8BADBE (or 0x8BADBE) is unknown color: approx Nepal. HEX triplet: 8B, AD and BE. RGB value is (139,173,190). Sum of RGB (Red+Green+Blue) = 139+173+190=502 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.69% from 502); Green value is 173 (67.97% from 255 or 34.46% from 502); Blue value is 190 (74.61% from 255 or 37.85% from 502); Max value from RGB is 190 - color contains mainly: blue. Hex color #8BADBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BADBE is #745241. Grayscale: #A4A4A4. Windows color (decimal): -7623234 or 12496267. OLE color: 12496267.

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

Color convert

RGB139173190-
CMYK0.270.0900.25
HSL200º28.18%64.51%-
HSV(B)200º26.84%74.51%-
XYZ34.8939.0954.42-
YUV164.77142.24109.62-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.69%
GREEN value IS 173 (67.97% from 255) = 34.46%
BLUE value IS 190 (74.61% from 255) = 37.85%
R=27.69%
G=34.46%
B=37.85%

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
Decimal1391731900.270.0900.2520028.1864.51
Hex8BADBE1B9019c81c41
Octal213255276331103131034101
Binary10001011101011011011111011011100101100111001000111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BADBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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