Html Css Color HEX #9CB0BB Nepal

📋 copy color: '#9CB0BB'

red 156 ◦ green 176 ◦ blue 187

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

Shades of Nepal #9CB0BB

Tints of Nepal #9CB0BB

RGB

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

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

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

R = 30.06%
G = 33.91%
B = 36.03%

CMYK

 C value IS 0.17

 M value IS 0.06

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9CB0BB (or 0x9CB0BB) is known color: Nepal. HEX triplet: 9C, B0 and BB. RGB value is (156,176,187). Sum of RGB (Red+Green+Blue) = 156+176+187=519 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.06% from 519); Green value is 176 (69.14% from 255 or 33.91% from 519); Blue value is 187 (73.44% from 255 or 36.03% from 519); Max value from RGB is 187 - color contains mainly: blue. Hex color #9CB0BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CB0BB is #634F44. Grayscale: #ABABAB. Windows color (decimal): -6508357 or 12300444. OLE color: 12300444.

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

Color convert

RGB 156 176 187 -
CMYK 0.17 0.06 0 0.27
HSL 201.29º 0.19% 0.67% -
HSV(B) 201.29º 0.17% 0.73% -
XYZ 38.21 41.71 53.05 -
YUV 171.27 136.87 117.11 -
System Red Green Blue C M Y K H S L
Decimal 156 176 187 0.17 0.06 0 0.27 201.29 0.19 0.67
Hex 9C B0 BB 11 6 0 1B C9 13 43
Octal 234 260 273 21 6 0 33 311 23 103
Binary 10011100 10110000 10111011 10001 110 0 11011 11001001 10011 1000011

Color Harmonies of #9CB0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CB0BB

Black with #9CB0BB

Text Example


Text Example

White with #9CB0BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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