#9BAEBF

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

Shades of Nepal #9BAEBF

Tints of Nepal #9BAEBF

Color information

#9BAEBF (or 0x9BAEBF) is unknown color: approx Nepal. HEX triplet: 9B, AE and BF. RGB value is (155,174,191). Sum of RGB (Red+Green+Blue) = 155+174+191=520 (68% of max value = 765). Red value is 155 (60.94% from 255 or 29.81% from 520); Green value is 174 (68.36% from 255 or 33.46% from 520); Blue value is 191 (75% from 255 or 36.73% from 520); Max value from RGB is 191 - color contains mainly: blue. Hex color #9BAEBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BAEBF is #645140. Grayscale: #AAAAAA. Windows color (decimal): -6574401 or 12562075. OLE color: 12562075.

HSL color Cylindrical-coordinate representation of color #9BAEBF: hue angle of 208.33º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9BAEBF is Cyan = 0.19, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB155174191-
CMYK0.190.0900.25
HSL208.33º21.95%67.84%-
HSV(B)208.33º18.85%74.9%-
XYZ38.064155.2-
YUV170.26139.71117.12-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.81%
GREEN value IS 174 (68.36% from 255) = 33.46%
BLUE value IS 191 (75% from 255) = 36.73%
R=29.81%
G=33.46%
B=36.73%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1551741910.190.0900.25208.3321.9567.84
Hex9BAEBF139019d01644
Octal233256277231103132026104
Binary10011011101011101011111110011100101100111010000101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BAEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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