Html Css Color HEX #9BB0BC Nepal

📋 copy color: '#9BB0BC'

red 155 ◦ green 176 ◦ blue 188

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

Shades of Nepal #9BB0BC

Tints of Nepal #9BB0BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 36.22%

R = 29.87%
G = 33.91%
B = 36.22%

CMYK

 C value IS 0.18

 M value IS 0.06

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9BB0BC (or 0x9BB0BC) is known color: Nepal. HEX triplet: 9B, B0 and BC. RGB value is (155,176,188). Sum of RGB (Red+Green+Blue) = 155+176+188=519 (68% of max value = 765). Red value is 155 (60.94% from 255 or 29.87% from 519); Green value is 176 (69.14% from 255 or 33.91% from 519); Blue value is 188 (73.83% from 255 or 36.22% from 519); Max value from RGB is 188 - color contains mainly: blue. Hex color #9BB0BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BB0BC is #644F43. Grayscale: #ABABAB. Windows color (decimal): -6573892 or 12365979. OLE color: 12365979.

HSL color Cylindrical-coordinate representation of color #9BB0BC: hue angle of 201.82º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9BB0BC is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 155 176 188 -
CMYK 0.18 0.06 0 0.26
HSL 201.82º 0.2% 0.67% -
HSV(B) 201.82º 0.18% 0.74% -
XYZ 38.12 41.65 53.61 -
YUV 171.09 137.54 116.52 -
System Red Green Blue C M Y K H S L
Decimal 155 176 188 0.18 0.06 0 0.26 201.82 0.2 0.67
Hex 9B B0 BC 12 6 0 1A CA 14 43
Octal 233 260 274 22 6 0 32 312 24 103
Binary 10011011 10110000 10111100 10010 110 0 11010 11001010 10100 1000011

Color Harmonies of #9BB0BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB0BC

Black with #9BB0BC

Text Example


Text Example

White with #9BB0BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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