Html Css Color HEX #9BABBB Nepal

📋 copy color: '#9BABBB'

red 155 ◦ green 171 ◦ blue 187

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

Shades of Nepal #9BABBB

Tints of Nepal #9BABBB

RGB

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

 GREEN value IS 171 (67.19% from 255) = 33.33%

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

R = 30.21%
G = 33.33%
B = 36.45%

CMYK

 C value IS 0.17

 M value IS 0.09

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9BABBB (or 0x9BABBB) is known color: Nepal. HEX triplet: 9B, AB and BB. RGB value is (155,171,187). Sum of RGB (Red+Green+Blue) = 155+171+187=513 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.21% from 513); Green value is 171 (67.19% from 255 or 33.33% from 513); Blue value is 187 (73.44% from 255 or 36.45% from 513); Max value from RGB is 187 - color contains mainly: blue. Hex color #9BABBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BABBB is #645444. Grayscale: #A7A7A7. Windows color (decimal): -6575173 or 12299163. OLE color: 12299163.

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

Color convert

RGB 155 171 187 -
CMYK 0.17 0.09 0 0.27
HSL 210º 0.19% 0.67% -
HSV(B) 210º 0.17% 0.73% -
XYZ 37.05 39.68 52.72 -
YUV 168.04 138.7 118.7 -
System Red Green Blue C M Y K H S L
Decimal 155 171 187 0.17 0.09 0 0.27 210 0.19 0.67
Hex 9B AB BB 11 9 0 1B D2 13 43
Octal 233 253 273 21 11 0 33 322 23 103
Binary 10011011 10101011 10111011 10001 1001 0 11011 11010010 10011 1000011

Color Harmonies of #9BABBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BABBB

Black with #9BABBB

Text Example


Text Example

White with #9BABBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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