#9CB4BE

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

Shades of Nepal #9CB4BE

Tints of Nepal #9CB4BE

Color information

#9CB4BE (or 0x9CB4BE) is unknown color: approx Nepal. HEX triplet: 9C, B4 and BE. RGB value is (156,180,190). Sum of RGB (Red+Green+Blue) = 156+180+190=526 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.66% from 526); Green value is 180 (70.70% from 255 or 34.22% from 526); Blue value is 190 (74.61% from 255 or 36.12% from 526); Max value from RGB is 190 - color contains mainly: blue. Hex color #9CB4BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CB4BE is #634B41. Grayscale: #ADADAD. Windows color (decimal): -6507330 or 12498076. OLE color: 12498076.

HSL color Cylindrical-coordinate representation of color #9CB4BE: hue angle of 197.65º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9CB4BE is Cyan = 0.18, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB156180190-
CMYK0.180.0500.25
HSL197.65º20.73%67.84%-
HSV(B)197.65º17.89%74.51%-
XYZ39.3343.4355.02-
YUV173.96137.05115.19-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.66%
GREEN value IS 180 (70.70% from 255) = 34.22%
BLUE value IS 190 (74.61% from 255) = 36.12%
R=29.66%
G=34.22%
B=36.12%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1561801900.180.0500.25197.6520.7367.84
Hex9CB4BE125019c61544
Octal23426427622503130625104
Binary1001110010110100101111101001010101100111000110101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9CB4BE; }

 p { color: rgb(156,180,190); }

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

<style>
 a { background-color: #9CB4BE; }

 a { background-color: rgb(156,180,190); }

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

<style>
 span { border-color: #9CB4BE; }

 span { border-color: rgb(156,180,190); }

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