#9CB1C1

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

Shades of Nepal #9CB1C1

Tints of Nepal #9CB1C1

Color information

#9CB1C1 (or 0x9CB1C1) is unknown color: approx Nepal. HEX triplet: 9C, B1 and C1. RGB value is (156,177,193). Sum of RGB (Red+Green+Blue) = 156+177+193=526 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.66% from 526); Green value is 177 (69.53% from 255 or 33.65% from 526); Blue value is 193 (75.78% from 255 or 36.69% from 526); Max value from RGB is 193 - color contains mainly: blue. Hex color #9CB1C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CB1C1 is #634E3E. Grayscale: #ACACAC. Windows color (decimal): -6508095 or 12693916. OLE color: 12693916.

HSL color Cylindrical-coordinate representation of color #9CB1C1: hue angle of 205.95º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9CB1C1 is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB156177193-
CMYK0.190.0800.24
HSL205.95º22.98%68.43%-
HSV(B)205.95º19.17%75.69%-
XYZ39.0642.3656.57-
YUV172.54139.54116.2-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.66%
GREEN value IS 177 (69.53% from 255) = 33.65%
BLUE value IS 193 (75.78% from 255) = 36.69%
R=29.66%
G=33.65%
B=36.69%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1561771930.190.0800.24205.9522.9868.43
Hex9CB1C1138018ce1744
Octal234261301231003031627104
Binary10011100101100011100000110011100001100011001110101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB1C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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