Html Css Color HEX #9BB0BB Nepal

📋 copy color: '#9BB0BB'

red 155 ◦ green 176 ◦ blue 187

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

Shades of Nepal #9BB0BB

Tints of Nepal #9BB0BB

RGB

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

 GREEN value IS 176 (69.14% from 255) = 33.98%

 BLUE value IS 187 (73.44% from 255) = 36.1%

R = 29.92%
G = 33.98%
B = 36.1%

CMYK

 C value IS 0.17

 M value IS 0.06

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9BB0BB (or 0x9BB0BB) is known color: Nepal. HEX triplet: 9B, B0 and BB. RGB value is (155,176,187). Sum of RGB (Red+Green+Blue) = 155+176+187=518 (68% of max value = 765). Red value is 155 (60.94% from 255 or 29.92% from 518); Green value is 176 (69.14% from 255 or 33.98% from 518); Blue value is 187 (73.44% from 255 or 36.10% from 518); Max value from RGB is 187 - color contains mainly: blue. Hex color #9BB0BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BB0BB is #644F44. Grayscale: #AAAAAA. Windows color (decimal): -6573893 or 12300443. OLE color: 12300443.

HSL color Cylindrical-coordinate representation of color #9BB0BB: hue angle of 200.62º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9BB0BB is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 155 176 187 -
CMYK 0.17 0.06 0 0.27
HSL 200.63º 0.19% 0.67% -
HSV(B) 200.63º 0.17% 0.73% -
XYZ 38.01 41.61 53.04 -
YUV 170.98 137.04 116.61 -
System Red Green Blue C M Y K H S L
Decimal 155 176 187 0.17 0.06 0 0.27 200.63 0.19 0.67
Hex 9B B0 BB 11 6 0 1B C9 13 43
Octal 233 260 273 21 6 0 33 311 23 103
Binary 10011011 10110000 10111011 10001 110 0 11011 11001001 10011 1000011

Color Harmonies of #9BB0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB0BB

Black with #9BB0BB

Text Example


Text Example

White with #9BB0BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,176,187); }

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

background-color css

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

 a { background-color: rgb(155,176,187); }

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

border-color css

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

 span { border-color: rgb(155,176,187); }

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