#8BB4C9

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

Shades of Nepal #8BB4C9

Tints of Nepal #8BB4C9

Color information

#8BB4C9 (or 0x8BB4C9) is unknown color: approx Nepal. HEX triplet: 8B, B4 and C9. RGB value is (139,180,201). Sum of RGB (Red+Green+Blue) = 139+180+201=520 (68% of max value = 765). Red value is 139 (54.69% from 255 or 26.73% from 520); Green value is 180 (70.70% from 255 or 34.62% from 520); Blue value is 201 (78.91% from 255 or 38.65% from 520); Max value from RGB is 201 - color contains mainly: blue. Hex color #8BB4C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BB4C9 is #744B36. Grayscale: #AAAAAA. Windows color (decimal): -7621431 or 13218955. OLE color: 13218955.

HSL color Cylindrical-coordinate representation of color #8BB4C9: hue angle of 200.32º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8BB4C9 is Cyan = 0.31, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB139180201-
CMYK0.310.1000.21
HSL200.32º36.47%66.67%-
HSV(B)200.32º30.85%78.82%-
XYZ37.5142.3561.46-
YUV170.14145.42105.79-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.73%
GREEN value IS 180 (70.70% from 255) = 34.62%
BLUE value IS 201 (78.91% from 255) = 38.65%
R=26.73%
G=34.62%
B=38.65%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1391802010.310.1000.21200.3236.4766.67
Hex8BB4C91FA015c82443
Octal213264311371202531044103
Binary100010111011010011001001111111010010101110010001001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB4C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,180,201); }

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

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

 a { background-color: rgb(139,180,201); }

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

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

 span { border-color: rgb(139,180,201); }

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