Html Css Color HEX #9FACBA Nepal

📋 copy color: '#9FACBA'

red 159 ◦ green 172 ◦ blue 186

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

Shades of Nepal #9FACBA

Tints of Nepal #9FACBA

RGB

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

 GREEN value IS 172 (67.58% from 255) = 33.27%

 BLUE value IS 186 (73.05% from 255) = 35.98%

R = 30.75%
G = 33.27%
B = 35.98%

CMYK

 C value IS 0.15

 M value IS 0.08

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9FACBA (or 0x9FACBA) is known color: Nepal. HEX triplet: 9F, AC and BA. RGB value is (159,172,186). Sum of RGB (Red+Green+Blue) = 159+172+186=517 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.75% from 517); Green value is 172 (67.58% from 255 or 33.27% from 517); Blue value is 186 (73.05% from 255 or 35.98% from 517); Max value from RGB is 186 - color contains mainly: blue. Hex color #9FACBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FACBA is #605345. Grayscale: #A9A9A9. Windows color (decimal): -6312774 or 12233887. OLE color: 12233887.

HSL color Cylindrical-coordinate representation of color #9FACBA: hue angle of 211.11º degrees, saturation: 0.16, 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 #9FACBA is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 159 172 186 -
CMYK 0.15 0.08 0 0.27
HSL 211.11º 0.16% 0.68% -
HSV(B) 211.11º 0.15% 0.73% -
XYZ 37.91 40.42 52.26 -
YUV 169.71 137.19 120.36 -
System Red Green Blue C M Y K H S L
Decimal 159 172 186 0.15 0.08 0 0.27 211.11 0.16 0.68
Hex 9F AC BA F 8 0 1B D3 10 44
Octal 237 254 272 17 10 0 33 323 20 104
Binary 10011111 10101100 10111010 1111 1000 0 11011 11010011 10000 1000100

Color Harmonies of #9FACBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FACBA

Black with #9FACBA

Text Example


Text Example

White with #9FACBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,172,186); }

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

background-color css

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

 a { background-color: rgb(159,172,186); }

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

border-color css

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

 span { border-color: rgb(159,172,186); }

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