#9CB0BA

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

Shades of Nepal #9CB0BA

Tints of Nepal #9CB0BA

Color information

#9CB0BA (or 0x9CB0BA) is unknown color: approx Nepal. HEX triplet: 9C, B0 and BA. RGB value is (156,176,186). Sum of RGB (Red+Green+Blue) = 156+176+186=518 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.12% from 518); Green value is 176 (69.14% from 255 or 33.98% from 518); Blue value is 186 (73.05% from 255 or 35.91% from 518); Max value from RGB is 186 - color contains mainly: blue. Hex color #9CB0BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CB0BA is #634F45. Grayscale: #ABABAB. Windows color (decimal): -6508358 or 12234908. OLE color: 12234908.

HSL color Cylindrical-coordinate representation of color #9CB0BA: hue angle of 200º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9CB0BA is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB156176186-
CMYK0.160.0500.27
HSL200º17.86%67.06%-
HSV(B)200º16.13%72.94%-
XYZ38.141.6652.49-
YUV171.16136.37117.19-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.12%
GREEN value IS 176 (69.14% from 255) = 33.98%
BLUE value IS 186 (73.05% from 255) = 35.91%
R=30.12%
G=33.98%
B=35.91%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1561761860.160.0500.2720017.8667.06
Hex9CB0BA10501Bc81243
Octal23426027220503331022103
Binary1001110010110000101110101000010101101111001000100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,176,186); }

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

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

 a { background-color: rgb(156,176,186); }

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

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

 span { border-color: rgb(156,176,186); }

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