#9BAEBB

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

Shades of Nepal #9BAEBB

Tints of Nepal #9BAEBB

Color information

#9BAEBB (or 0x9BAEBB) is unknown color: approx Nepal. HEX triplet: 9B, AE and BB. RGB value is (155,174,187). Sum of RGB (Red+Green+Blue) = 155+174+187=516 (68% of max value = 765). Red value is 155 (60.94% from 255 or 30.04% from 516); Green value is 174 (68.36% from 255 or 33.72% from 516); Blue value is 187 (73.44% from 255 or 36.24% from 516); Max value from RGB is 187 - color contains mainly: blue. Hex color #9BAEBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BAEBB is #645144. Grayscale: #A9A9A9. Windows color (decimal): -6574405 or 12299931. OLE color: 12299931.

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

Color convert

RGB155174187-
CMYK0.170.0700.27
HSL204.38º19.05%67.06%-
HSV(B)204.38º17.11%73.33%-
XYZ37.6240.8352.91-
YUV169.8137.71117.44-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.04%
GREEN value IS 174 (68.36% from 255) = 33.72%
BLUE value IS 187 (73.44% from 255) = 36.24%
R=30.04%
G=33.72%
B=36.24%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1551741870.170.0700.27204.3819.0567.06
Hex9BAEBB11701Bcc1343
Octal23325627321703331423103
Binary1001101110101110101110111000111101101111001100100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BAEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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