#8BAEBE

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

Shades of Nepal #8BAEBE

Tints of Nepal #8BAEBE

Color information

#8BAEBE (or 0x8BAEBE) is unknown color: approx Nepal. HEX triplet: 8B, AE and BE. RGB value is (139,174,190). Sum of RGB (Red+Green+Blue) = 139+174+190=503 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.63% from 503); Green value is 174 (68.36% from 255 or 34.59% from 503); Blue value is 190 (74.61% from 255 or 37.77% from 503); Max value from RGB is 190 - color contains mainly: blue. Hex color #8BAEBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BAEBE is #745141. Grayscale: #A5A5A5. Windows color (decimal): -7622978 or 12496523. OLE color: 12496523.

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

Color convert

RGB139174190-
CMYK0.270.0800.25
HSL198.82º28.18%64.51%-
HSV(B)198.82º26.84%74.51%-
XYZ35.0839.4854.49-
YUV165.36141.9109.2-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.63%
GREEN value IS 174 (68.36% from 255) = 34.59%
BLUE value IS 190 (74.61% from 255) = 37.77%
R=27.63%
G=34.59%
B=37.77%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1391741900.270.0800.25198.8228.1864.51
Hex8BAEBE1B8019c71c41
Octal213256276331003130734101
Binary10001011101011101011111011011100001100111000111111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BAEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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