#9CB1BB

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

Shades of Nepal #9CB1BB

Tints of Nepal #9CB1BB

Color information

#9CB1BB (or 0x9CB1BB) is unknown color: approx Nepal. HEX triplet: 9C, B1 and BB. RGB value is (156,177,187). Sum of RGB (Red+Green+Blue) = 156+177+187=520 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30% from 520); Green value is 177 (69.53% from 255 or 34.04% from 520); Blue value is 187 (73.44% from 255 or 35.96% from 520); Max value from RGB is 187 - color contains mainly: blue. Hex color #9CB1BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CB1BB is #634E44. Grayscale: #ABABAB. Windows color (decimal): -6508101 or 12300700. OLE color: 12300700.

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

Color convert

RGB156177187-
CMYK0.170.0500.27
HSL199.35º18.56%67.25%-
HSV(B)199.35º16.58%73.33%-
XYZ38.442.153.12-
YUV171.86136.54116.69-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30%
GREEN value IS 177 (69.53% from 255) = 34.04%
BLUE value IS 187 (73.44% from 255) = 35.96%
R=30%
G=34.04%
B=35.96%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1561771870.170.0500.27199.3518.5667.25
Hex9CB1BB11501Bc71343
Octal23426127321503330723103
Binary1001110010110001101110111000110101101111000111100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,177,187); }

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

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

 a { background-color: rgb(156,177,187); }

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

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

 span { border-color: rgb(156,177,187); }

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