Html Css Color HEX #9FAEBE Nepal

📋 copy color: '#9FAEBE'

red 159 ◦ green 174 ◦ blue 190

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

Shades of Nepal #9FAEBE

Tints of Nepal #9FAEBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 36.33%

R = 30.4%
G = 33.27%
B = 36.33%

CMYK

 C value IS 0.16

 M value IS 0.08

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9FAEBE (or 0x9FAEBE) is known color: Nepal. HEX triplet: 9F, AE and BE. RGB value is (159,174,190). Sum of RGB (Red+Green+Blue) = 159+174+190=523 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.40% from 523); Green value is 174 (68.36% from 255 or 33.27% from 523); Blue value is 190 (74.61% from 255 or 36.33% from 523); Max value from RGB is 190 - color contains mainly: blue. Hex color #9FAEBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FAEBE is #605141. Grayscale: #ABABAB. Windows color (decimal): -6312258 or 12496543. OLE color: 12496543.

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

Color convert

RGB 159 174 190 -
CMYK 0.16 0.08 0 0.25
HSL 210.97º 0.19% 0.68% -
HSV(B) 210.97º 0.16% 0.75% -
XYZ 38.73 41.36 54.66 -
YUV 171.34 138.53 119.2 -
System Red Green Blue C M Y K H S L
Decimal 159 174 190 0.16 0.08 0 0.25 210.97 0.19 0.68
Hex 9F AE BE 10 8 0 19 D3 13 44
Octal 237 256 276 20 10 0 31 323 23 104
Binary 10011111 10101110 10111110 10000 1000 0 11001 11010011 10011 1000100

Color Harmonies of #9FAEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FAEBE

Black with #9FAEBE

Text Example


Text Example

White with #9FAEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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