#9CABBA

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

Shades of Nepal #9CABBA

Tints of Nepal #9CABBA

Color information

#9CABBA (or 0x9CABBA) is unknown color: approx Nepal. HEX triplet: 9C, AB and BA. RGB value is (156,171,186). Sum of RGB (Red+Green+Blue) = 156+171+186=513 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.41% from 513); Green value is 171 (67.19% from 255 or 33.33% from 513); Blue value is 186 (73.05% from 255 or 36.26% from 513); Max value from RGB is 186 - color contains mainly: blue. Hex color #9CABBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CABBA is #635445. Grayscale: #A8A8A8. Windows color (decimal): -6509638 or 12233628. OLE color: 12233628.

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

Color convert

RGB156171186-
CMYK0.160.0800.27
HSL210º17.86%67.06%-
HSV(B)210º16.13%72.94%-
XYZ37.1439.7452.17-
YUV168.22138.03119.28-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.41%
GREEN value IS 171 (67.19% from 255) = 33.33%
BLUE value IS 186 (73.05% from 255) = 36.26%
R=30.41%
G=33.33%
B=36.26%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1561711860.160.0800.2721017.8667.06
Hex9CABBA10801Bd21243
Octal234253272201003332222103
Binary10011100101010111011101010000100001101111010010100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CABBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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