Html Css Color HEX #9CB1BB Nepal

📋 copy color: '#9CB1BB'

red 156 ◦ green 177 ◦ blue 187

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

Shades of Nepal #9CB1BB

Tints of Nepal #9CB1BB

RGB

 RED value IS 156 (61.33% from 255) = 30%

 GREEN value IS 177 (69.53% from 255) = 34.04%

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

R = 30%
G = 34.04%
B = 35.96%

CMYK

 C value IS 0.17

 M value IS 0.05

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9CB1BB (or 0x9CB1BB) is known color: Nepal. HEX triplet: 9C, B1 and BB. RGB value is (156,177,187). Sum of RGB (Red+Green+Blue) = 156+177+187=520 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30% from 520); Green value is 177 (69.53% from 255 or 34.04% from 520); Blue value is 187 (73.44% from 255 or 35.96% from 520); Max value from RGB is 187 - color contains mainly: blue. Hex color #9CB1BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CB1BB is #634E44. Grayscale: #ABABAB. Windows color (decimal): -6508101 or 12300700. OLE color: 12300700.

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

Color convert

RGB 156 177 187 -
CMYK 0.17 0.05 0 0.27
HSL 199.35º 0.19% 0.67% -
HSV(B) 199.35º 0.17% 0.73% -
XYZ 38.4 42.1 53.12 -
YUV 171.86 136.54 116.69 -
System Red Green Blue C M Y K H S L
Decimal 156 177 187 0.17 0.05 0 0.27 199.35 0.19 0.67
Hex 9C B1 BB 11 5 0 1B C7 13 43
Octal 234 261 273 21 5 0 33 307 23 103
Binary 10011100 10110001 10111011 10001 101 0 11011 11000111 10011 1000011

Color Harmonies of #9CB1BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CB1BB

Black with #9CB1BB

Text Example


Text Example

White with #9CB1BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,177,187); }

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

background-color css

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

 a { background-color: rgb(156,177,187); }

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

border-color css

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

 span { border-color: rgb(156,177,187); }

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