Html Css Color HEX #9FAEBD Nepal

📋 copy color: '#9FAEBD'

red 159 ◦ green 174 ◦ blue 189

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

Shades of Nepal #9FAEBD

Tints of Nepal #9FAEBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 36.21%

R = 30.46%
G = 33.33%
B = 36.21%

CMYK

 C value IS 0.16

 M value IS 0.08

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9FAEBD (or 0x9FAEBD) is known color: Nepal. HEX triplet: 9F, AE and BD. RGB value is (159,174,189). Sum of RGB (Red+Green+Blue) = 159+174+189=522 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.46% from 522); Green value is 174 (68.36% from 255 or 33.33% from 522); Blue value is 189 (74.22% from 255 or 36.21% from 522); Max value from RGB is 189 - color contains mainly: blue. Hex color #9FAEBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FAEBD is #605142. Grayscale: #ABABAB. Windows color (decimal): -6312259 or 12431007. OLE color: 12431007.

HSL color Cylindrical-coordinate representation of color #9FAEBD: hue angle of 210º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9FAEBD is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 159 174 189 -
CMYK 0.16 0.08 0 0.26
HSL 210º 0.19% 0.68% -
HSV(B) 210º 0.16% 0.74% -
XYZ 38.62 41.32 54.08 -
YUV 171.23 138.03 119.28 -
System Red Green Blue C M Y K H S L
Decimal 159 174 189 0.16 0.08 0 0.26 210 0.19 0.68
Hex 9F AE BD 10 8 0 1A D2 13 44
Octal 237 256 275 20 10 0 32 322 23 104
Binary 10011111 10101110 10111101 10000 1000 0 11010 11010010 10011 1000100

Color Harmonies of #9FAEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FAEBD

Black with #9FAEBD

Text Example


Text Example

White with #9FAEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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