Html Css Color HEX #9BACBE Nepal

📋 copy color: '#9BACBE'

red 155 ◦ green 172 ◦ blue 190

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

Shades of Nepal #9BACBE

Tints of Nepal #9BACBE

RGB

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

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

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

R = 29.98%
G = 33.27%
B = 36.75%

CMYK

 C value IS 0.18

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9BACBE (or 0x9BACBE) is known color: Nepal. HEX triplet: 9B, AC and BE. RGB value is (155,172,190). Sum of RGB (Red+Green+Blue) = 155+172+190=517 (68% of max value = 765). Red value is 155 (60.94% from 255 or 29.98% from 517); Green value is 172 (67.58% from 255 or 33.27% from 517); Blue value is 190 (74.61% from 255 or 36.75% from 517); Max value from RGB is 190 - color contains mainly: blue. Hex color #9BACBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BACBE is #645341. Grayscale: #A8A8A8. Windows color (decimal): -6574914 or 12496027. OLE color: 12496027.

HSL color Cylindrical-coordinate representation of color #9BACBE: hue angle of 210.86º 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 #9BACBE is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 155 172 190 -
CMYK 0.18 0.09 0 0.25
HSL 210.86º 0.21% 0.68% -
HSV(B) 210.86º 0.18% 0.75% -
XYZ 37.56 40.19 54.49 -
YUV 168.97 139.87 118.04 -
System Red Green Blue C M Y K H S L
Decimal 155 172 190 0.18 0.09 0 0.25 210.86 0.21 0.68
Hex 9B AC BE 12 9 0 19 D3 15 44
Octal 233 254 276 22 11 0 31 323 25 104
Binary 10011011 10101100 10111110 10010 1001 0 11001 11010011 10101 1000100

Color Harmonies of #9BACBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BACBE

Black with #9BACBE

Text Example


Text Example

White with #9BACBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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