Html Css Color HEX #9FB2BC Nepal

📋 copy color: '#9FB2BC'

red 159 ◦ green 178 ◦ blue 188

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

Shades of Nepal #9FB2BC

Tints of Nepal #9FB2BC

RGB

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

 GREEN value IS 178 (69.92% from 255) = 33.9%

 BLUE value IS 188 (73.83% from 255) = 35.81%

R = 30.29%
G = 33.9%
B = 35.81%

CMYK

 C value IS 0.15

 M value IS 0.05

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9FB2BC (or 0x9FB2BC) is known color: Nepal. HEX triplet: 9F, B2 and BC. RGB value is (159,178,188). Sum of RGB (Red+Green+Blue) = 159+178+188=525 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.29% from 525); Green value is 178 (69.92% from 255 or 33.90% from 525); Blue value is 188 (73.83% from 255 or 35.81% from 525); Max value from RGB is 188 - color contains mainly: blue. Hex color #9FB2BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FB2BC is #604D43. Grayscale: #ADADAD. Windows color (decimal): -6311236 or 12366495. OLE color: 12366495.

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

Color convert

RGB 159 178 188 -
CMYK 0.15 0.05 0 0.26
HSL 200.69º 0.18% 0.68% -
HSV(B) 200.69º 0.15% 0.74% -
XYZ 39.3 42.84 53.78 -
YUV 173.46 136.21 117.69 -
System Red Green Blue C M Y K H S L
Decimal 159 178 188 0.15 0.05 0 0.26 200.69 0.18 0.68
Hex 9F B2 BC F 5 0 1A C9 12 44
Octal 237 262 274 17 5 0 32 311 22 104
Binary 10011111 10110010 10111100 1111 101 0 11010 11001001 10010 1000100

Color Harmonies of #9FB2BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FB2BC

Black with #9FB2BC

Text Example


Text Example

White with #9FB2BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,178,188); }

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

background-color css

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

 a { background-color: rgb(159,178,188); }

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

border-color css

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

 span { border-color: rgb(159,178,188); }

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