#8CB0BF

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

Shades of Nepal #8CB0BF

Tints of Nepal #8CB0BF

Color information

#8CB0BF (or 0x8CB0BF) is unknown color: approx Nepal. HEX triplet: 8C, B0 and BF. RGB value is (140,176,191). Sum of RGB (Red+Green+Blue) = 140+176+191=507 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.61% from 507); Green value is 176 (69.14% from 255 or 34.71% from 507); Blue value is 191 (75% from 255 or 37.67% from 507); Max value from RGB is 191 - color contains mainly: blue. Hex color #8CB0BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CB0BF is #734F40. Grayscale: #A6A6A6. Windows color (decimal): -7556929 or 12562572. OLE color: 12562572.

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

Color convert

RGB140176191-
CMYK0.270.0800.25
HSL197.65º28.49%64.9%-
HSV(B)197.65º26.7%74.9%-
XYZ35.7440.3955.2-
YUV166.95141.57108.78-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 27.61%
GREEN value IS 176 (69.14% from 255) = 34.71%
BLUE value IS 191 (75% from 255) = 37.67%
R=27.61%
G=34.71%
B=37.67%

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
Decimal1401761910.270.0800.25197.6528.4964.9
Hex8CB0BF1B8019c61c41
Octal214260277331003130634101
Binary10001100101100001011111111011100001100111000110111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,176,191); }

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

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

 a { background-color: rgb(140,176,191); }

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

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

 span { border-color: rgb(140,176,191); }

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