#9CABBB

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

Shades of Nepal #9CABBB

Tints of Nepal #9CABBB

Color information

#9CABBB (or 0x9CABBB) is unknown color: approx Nepal. HEX triplet: 9C, AB and BB. RGB value is (156,171,187). Sum of RGB (Red+Green+Blue) = 156+171+187=514 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.35% from 514); Green value is 171 (67.19% from 255 or 33.27% from 514); Blue value is 187 (73.44% from 255 or 36.38% from 514); Max value from RGB is 187 - color contains mainly: blue. Hex color #9CABBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CABBB is #635444. Grayscale: #A8A8A8. Windows color (decimal): -6509637 or 12299164. OLE color: 12299164.

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

Color convert

RGB156171187-
CMYK0.170.0900.27
HSL210.97º18.56%67.25%-
HSV(B)210.97º16.58%73.33%-
XYZ37.2439.7852.73-
YUV168.34138.53119.2-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.35%
GREEN value IS 171 (67.19% from 255) = 33.27%
BLUE value IS 187 (73.44% from 255) = 36.38%
R=30.35%
G=33.27%
B=36.38%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1561711870.170.0900.27210.9718.5667.25
Hex9CABBB11901Bd31343
Octal234253273211103332323103
Binary10011100101010111011101110001100101101111010011100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CABBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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