#8BAEBF

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

Shades of Nepal #8BAEBF

Tints of Nepal #8BAEBF

Color information

#8BAEBF (or 0x8BAEBF) is unknown color: approx Nepal. HEX triplet: 8B, AE and BF. RGB value is (139,174,191). Sum of RGB (Red+Green+Blue) = 139+174+191=504 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.58% from 504); Green value is 174 (68.36% from 255 or 34.52% from 504); Blue value is 191 (75% from 255 or 37.90% from 504); Max value from RGB is 191 - color contains mainly: blue. Hex color #8BAEBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BAEBF is #745140. Grayscale: #A5A5A5. Windows color (decimal): -7622977 or 12562059. OLE color: 12562059.

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

Color convert

RGB139174191-
CMYK0.270.0900.25
HSL199.62º28.89%64.71%-
HSV(B)199.62º27.23%74.9%-
XYZ35.1939.5255.06-
YUV165.47142.4109.12-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.58%
GREEN value IS 174 (68.36% from 255) = 34.52%
BLUE value IS 191 (75% from 255) = 37.90%
R=27.58%
G=34.52%
B=37.90%

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
Decimal1391741910.270.0900.25199.6228.8964.71
Hex8BAEBF1B9019c81d41
Octal213256277331103131035101
Binary10001011101011101011111111011100101100111001000111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BAEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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