Html Css Color HEX #9BAFBE Nepal

📋 copy color: '#9BAFBE'

red 155 ◦ green 175 ◦ blue 190

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

Shades of Nepal #9BAFBE

Tints of Nepal #9BAFBE

RGB

 RED value IS 155 (60.94% from 255) = 29.81%

 GREEN value IS 175 (68.75% from 255) = 33.65%

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

R = 29.81%
G = 33.65%
B = 36.54%

CMYK

 C value IS 0.18

 M value IS 0.08

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9BAFBE (or 0x9BAFBE) is known color: Nepal. HEX triplet: 9B, AF and BE. RGB value is (155,175,190). Sum of RGB (Red+Green+Blue) = 155+175+190=520 (68% of max value = 765). Red value is 155 (60.94% from 255 or 29.81% from 520); Green value is 175 (68.75% from 255 or 33.65% from 520); Blue value is 190 (74.61% from 255 or 36.54% from 520); Max value from RGB is 190 - color contains mainly: blue. Hex color #9BAFBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BAFBE is #645041. Grayscale: #AAAAAA. Windows color (decimal): -6574146 or 12496795. OLE color: 12496795.

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

Color convert

RGB 155 175 190 -
CMYK 0.18 0.08 0 0.25
HSL 205.71º 0.21% 0.68% -
HSV(B) 205.71º 0.18% 0.75% -
XYZ 38.14 41.35 54.69 -
YUV 170.73 138.87 116.78 -
System Red Green Blue C M Y K H S L
Decimal 155 175 190 0.18 0.08 0 0.25 205.71 0.21 0.68
Hex 9B AF BE 12 8 0 19 CE 15 44
Octal 233 257 276 22 10 0 31 316 25 104
Binary 10011011 10101111 10111110 10010 1000 0 11001 11001110 10101 1000100

Color Harmonies of #9BAFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BAFBE

Black with #9BAFBE

Text Example


Text Example

White with #9BAFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,175,190); }

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

background-color css

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

 a { background-color: rgb(155,175,190); }

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

border-color css

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

 span { border-color: rgb(155,175,190); }

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