Html Css Color HEX #9BACBB Nepal

📋 copy color: '#9BACBB'

red 155 ◦ green 172 ◦ blue 187

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

Shades of Nepal #9BACBB

Tints of Nepal #9BACBB

RGB

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

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

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

R = 30.16%
G = 33.46%
B = 36.38%

CMYK

 C value IS 0.17

 M value IS 0.08

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9BACBB (or 0x9BACBB) is known color: Nepal. HEX triplet: 9B, AC and BB. RGB value is (155,172,187). Sum of RGB (Red+Green+Blue) = 155+172+187=514 (68% of max value = 765). Red value is 155 (60.94% from 255 or 30.16% from 514); Green value is 172 (67.58% from 255 or 33.46% from 514); Blue value is 187 (73.44% from 255 or 36.38% from 514); Max value from RGB is 187 - color contains mainly: blue. Hex color #9BACBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BACBB is #645344. Grayscale: #A8A8A8. Windows color (decimal): -6574917 or 12299419. OLE color: 12299419.

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

Color convert

RGB 155 172 187 -
CMYK 0.17 0.08 0 0.27
HSL 208.13º 0.19% 0.67% -
HSV(B) 208.13º 0.17% 0.73% -
XYZ 37.24 40.06 52.78 -
YUV 168.63 138.37 118.28 -
System Red Green Blue C M Y K H S L
Decimal 155 172 187 0.17 0.08 0 0.27 208.13 0.19 0.67
Hex 9B AC BB 11 8 0 1B D0 13 43
Octal 233 254 273 21 10 0 33 320 23 103
Binary 10011011 10101100 10111011 10001 1000 0 11011 11010000 10011 1000011

Color Harmonies of #9BACBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BACBB

Black with #9BACBB

Text Example


Text Example

White with #9BACBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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