Html Css Color HEX #9BB0C1 Nepal

📋 copy color: '#9BB0C1'

red 155 ◦ green 176 ◦ blue 193

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

Shades of Nepal #9BB0C1

Tints of Nepal #9BB0C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 36.83%

R = 29.58%
G = 33.59%
B = 36.83%

CMYK

 C value IS 0.20

 M value IS 0.09

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#9BB0C1 (or 0x9BB0C1) is known color: Nepal. HEX triplet: 9B, B0 and C1. RGB value is (155,176,193). Sum of RGB (Red+Green+Blue) = 155+176+193=524 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.58% from 524); Green value is 176 (69.14% from 255 or 33.59% from 524); Blue value is 193 (75.78% from 255 or 36.83% from 524); Max value from RGB is 193 - color contains mainly: blue. Hex color #9BB0C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BB0C1 is #644F3E. Grayscale: #ABABAB. Windows color (decimal): -6573887 or 12693659. OLE color: 12693659.

HSL color Cylindrical-coordinate representation of color #9BB0C1: hue angle of 206.84º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9BB0C1 is Cyan = 0.20, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 155 176 193 -
CMYK 0.20 0.09 0 0.24
HSL 206.84º 0.23% 0.68% -
HSV(B) 206.84º 0.2% 0.76% -
XYZ 38.67 41.87 56.5 -
YUV 171.66 140.04 116.12 -
System Red Green Blue C M Y K H S L
Decimal 155 176 193 0.20 0.09 0 0.24 206.84 0.23 0.68
Hex 9B B0 C1 14 9 0 18 CF 17 44
Octal 233 260 301 24 11 0 30 317 27 104
Binary 10011011 10110000 11000001 10100 1001 0 11000 11001111 10111 1000100

Color Harmonies of #9BB0C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB0C1

Black with #9BB0C1

Text Example


Text Example

White with #9BB0C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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