#8BB3C9

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

Shades of Nepal #8BB3C9

Tints of Nepal #8BB3C9

Color information

#8BB3C9 (or 0x8BB3C9) is unknown color: approx Nepal. HEX triplet: 8B, B3 and C9. RGB value is (139,179,201). Sum of RGB (Red+Green+Blue) = 139+179+201=519 (68% of max value = 765). Red value is 139 (54.69% from 255 or 26.78% from 519); Green value is 179 (70.31% from 255 or 34.49% from 519); Blue value is 201 (78.91% from 255 or 38.73% from 519); Max value from RGB is 201 - color contains mainly: blue. Hex color #8BB3C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BB3C9 is #744C36. Grayscale: #A9A9A9. Windows color (decimal): -7621687 or 13218699. OLE color: 13218699.

HSL color Cylindrical-coordinate representation of color #8BB3C9: hue angle of 201.29º 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 #8BB3C9 is Cyan = 0.31, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB139179201-
CMYK0.310.1100.21
HSL201.29º36.47%66.67%-
HSV(B)201.29º30.85%78.82%-
XYZ37.3141.9561.39-
YUV169.55145.75106.21-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.78%
GREEN value IS 179 (70.31% from 255) = 34.49%
BLUE value IS 201 (78.91% from 255) = 38.73%
R=26.78%
G=34.49%
B=38.73%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1391792010.310.1100.21201.2936.4766.67
Hex8BB3C91FB015c92443
Octal213263311371302531144103
Binary100010111011001111001001111111011010101110010011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB3C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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