#9BAFBA

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

Shades of Nepal #9BAFBA

Tints of Nepal #9BAFBA

Color information

#9BAFBA (or 0x9BAFBA) is unknown color: approx Nepal. HEX triplet: 9B, AF and BA. RGB value is (155,175,186). Sum of RGB (Red+Green+Blue) = 155+175+186=516 (68% of max value = 765). Red value is 155 (60.94% from 255 or 30.04% from 516); Green value is 175 (68.75% from 255 or 33.91% from 516); Blue value is 186 (73.05% from 255 or 36.05% from 516); Max value from RGB is 186 - color contains mainly: blue. Hex color #9BAFBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BAFBA is #645045. Grayscale: #AAAAAA. Windows color (decimal): -6574150 or 12234651. OLE color: 12234651.

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

Color convert

RGB155175186-
CMYK0.170.0600.27
HSL201.29º18.34%66.86%-
HSV(B)201.29º16.67%72.94%-
XYZ37.7141.1752.41-
YUV170.27136.87117.11-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.04%
GREEN value IS 175 (68.75% from 255) = 33.91%
BLUE value IS 186 (73.05% from 255) = 36.05%
R=30.04%
G=33.91%
B=36.05%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1551751860.170.0600.27201.2918.3466.86
Hex9BAFBA11601Bc91243
Octal23325727221603331122103
Binary1001101110101111101110101000111001101111001001100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BAFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,175,186); }

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

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

 a { background-color: rgb(155,175,186); }

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

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

 span { border-color: rgb(155,175,186); }

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