#8BAFC0

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

Shades of Nepal #8BAFC0

Tints of Nepal #8BAFC0

Color information

#8BAFC0 (or 0x8BAFC0) is unknown color: approx Nepal. HEX triplet: 8B, AF and C0. RGB value is (139,175,192). Sum of RGB (Red+Green+Blue) = 139+175+192=506 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.47% from 506); Green value is 175 (68.75% from 255 or 34.58% from 506); Blue value is 192 (75.39% from 255 or 37.94% from 506); Max value from RGB is 192 - color contains mainly: blue. Hex color #8BAFC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BAFC0 is #74503F. Grayscale: #A6A6A6. Windows color (decimal): -7622720 or 12627851. OLE color: 12627851.

HSL color Cylindrical-coordinate representation of color #8BAFC0: hue angle of 199.25º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8BAFC0 is Cyan = 0.28, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB139175192-
CMYK0.280.0900.25
HSL199.25º29.61%64.9%-
HSV(B)199.25º27.6%75.29%-
XYZ35.4939.9555.71-
YUV166.17142.57108.62-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.47%
GREEN value IS 175 (68.75% from 255) = 34.58%
BLUE value IS 192 (75.39% from 255) = 37.94%
R=27.47%
G=34.58%
B=37.94%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1391751920.280.0900.25199.2529.6164.9
Hex8BAFC01C9019c71e41
Octal213257300341103130736101
Binary10001011101011111100000011100100101100111000111111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BAFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,175,192); }

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

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

 a { background-color: rgb(139,175,192); }

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

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

 span { border-color: rgb(139,175,192); }

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