Html Css Color HEX #9FAEBB Nepal

📋 copy color: '#9FAEBB'

red 159 ◦ green 174 ◦ blue 187

#9FAEBB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nepal #9FAEBB

Tints of Nepal #9FAEBB

RGB

 RED value IS 159 (62.5% from 255) = 30.58%

 GREEN value IS 174 (68.36% from 255) = 33.46%

 BLUE value IS 187 (73.44% from 255) = 35.96%

R = 30.58%
G = 33.46%
B = 35.96%

CMYK

 C value IS 0.15

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9FAEBB (or 0x9FAEBB) is known color: Nepal. HEX triplet: 9F, AE and BB. RGB value is (159,174,187). Sum of RGB (Red+Green+Blue) = 159+174+187=520 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.58% from 520); Green value is 174 (68.36% from 255 or 33.46% from 520); Blue value is 187 (73.44% from 255 or 35.96% from 520); Max value from RGB is 187 - color contains mainly: blue. Hex color #9FAEBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FAEBB is #605144. Grayscale: #AAAAAA. Windows color (decimal): -6312261 or 12299935. OLE color: 12299935.

HSL color Cylindrical-coordinate representation of color #9FAEBB: hue angle of 207.86º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9FAEBB is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 159 174 187 -
CMYK 0.15 0.07 0 0.27
HSL 207.86º 0.17% 0.68% -
HSV(B) 207.86º 0.15% 0.73% -
XYZ 38.4 41.23 52.95 -
YUV 171 137.03 119.44 -
System Red Green Blue C M Y K H S L
Decimal 159 174 187 0.15 0.07 0 0.27 207.86 0.17 0.68
Hex 9F AE BB F 7 0 1B D0 11 44
Octal 237 256 273 17 7 0 33 320 21 104
Binary 10011111 10101110 10111011 1111 111 0 11011 11010000 10001 1000100

Color Harmonies of #9FAEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FAEBB

Black with #9FAEBB

Text Example


Text Example

White with #9FAEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9FAEBB;
 }
 .AnyTagClassName
 {
   color: #9FAEBB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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