#9BAEBC

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

Shades of Nepal #9BAEBC

Tints of Nepal #9BAEBC

Color information

#9BAEBC (or 0x9BAEBC) is unknown color: approx Nepal. HEX triplet: 9B, AE and BC. RGB value is (155,174,188). Sum of RGB (Red+Green+Blue) = 155+174+188=517 (68% of max value = 765). Red value is 155 (60.94% from 255 or 29.98% from 517); Green value is 174 (68.36% from 255 or 33.66% from 517); Blue value is 188 (73.83% from 255 or 36.36% from 517); Max value from RGB is 188 - color contains mainly: blue. Hex color #9BAEBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BAEBC is #645143. Grayscale: #A9A9A9. Windows color (decimal): -6574404 or 12365467. OLE color: 12365467.

HSL color Cylindrical-coordinate representation of color #9BAEBC: hue angle of 205.45º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9BAEBC is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB155174188-
CMYK0.180.0700.26
HSL205.45º19.76%67.25%-
HSV(B)205.45º17.55%73.73%-
XYZ37.7340.8753.48-
YUV169.92138.21117.36-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.98%
GREEN value IS 174 (68.36% from 255) = 33.66%
BLUE value IS 188 (73.83% from 255) = 36.36%
R=29.98%
G=33.66%
B=36.36%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1551741880.180.0700.26205.4519.7667.25
Hex9BAEBC12701Acd1443
Octal23325627422703231524103
Binary1001101110101110101111001001011101101011001101101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BAEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,174,188); }

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

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

 a { background-color: rgb(155,174,188); }

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

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

 span { border-color: rgb(155,174,188); }

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