Html Css Color HEX #9CB1BD Nepal

📋 copy color: '#9CB1BD'

red 156 ◦ green 177 ◦ blue 189

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

Shades of Nepal #9CB1BD

Tints of Nepal #9CB1BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 36.21%

R = 29.89%
G = 33.91%
B = 36.21%

CMYK

 C value IS 0.17

 M value IS 0.06

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9CB1BD (or 0x9CB1BD) is known color: Nepal. HEX triplet: 9C, B1 and BD. RGB value is (156,177,189). Sum of RGB (Red+Green+Blue) = 156+177+189=522 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.89% from 522); Green value is 177 (69.53% from 255 or 33.91% from 522); Blue value is 189 (74.22% from 255 or 36.21% from 522); Max value from RGB is 189 - color contains mainly: blue. Hex color #9CB1BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CB1BD is #634E42. Grayscale: #ACACAC. Windows color (decimal): -6508099 or 12431772. OLE color: 12431772.

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

Color convert

RGB 156 177 189 -
CMYK 0.17 0.06 0 0.26
HSL 201.82º 0.2% 0.68% -
HSV(B) 201.82º 0.17% 0.74% -
XYZ 38.62 42.19 54.25 -
YUV 172.09 137.54 116.52 -
System Red Green Blue C M Y K H S L
Decimal 156 177 189 0.17 0.06 0 0.26 201.82 0.2 0.68
Hex 9C B1 BD 11 6 0 1A CA 14 44
Octal 234 261 275 21 6 0 32 312 24 104
Binary 10011100 10110001 10111101 10001 110 0 11010 11001010 10100 1000100

Color Harmonies of #9CB1BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CB1BD

Black with #9CB1BD

Text Example


Text Example

White with #9CB1BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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