#9C9BC6

Color #9C9BC6 Blue Bell (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Bell #9C9BC6

Tints of Blue Bell #9C9BC6

Color information

#9C9BC6 (or 0x9C9BC6) is unknown color: approx Blue Bell. HEX triplet: 9C, 9B and C6. RGB value is (156,155,198). Sum of RGB (Red+Green+Blue) = 156+155+198=509 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.65% from 509); Green value is 155 (60.94% from 255 or 30.45% from 509); Blue value is 198 (77.73% from 255 or 38.90% from 509); Max value from RGB is 198 - color contains mainly: blue. Hex color #9C9BC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C9BC6 is #636439. Grayscale: #A0A0A0. Windows color (decimal): -6513722 or 13015964. OLE color: 13015964.

HSL color Cylindrical-coordinate representation of color #9C9BC6: hue angle of 241.4º degrees, saturation: 0.27, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9C9BC6 is Cyan = 0.21, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB156155198-
CMYK0.210.2200.22
HSL241.4º27.39%69.22%-
HSV(B)241.4º21.72%77.65%-
XYZ35.6234.5958.22-
YUV160.2149.33125-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.65%
GREEN value IS 155 (60.94% from 255) = 30.45%
BLUE value IS 198 (77.73% from 255) = 38.90%
R=30.65%
G=30.45%
B=38.90%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1561551980.210.2200.22241.427.3969.22
Hex9C9BC61516016f11b45
Octal234233306252602636133105
Binary100111001001101111000110101011011001011011110001110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9BC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,155,198); }

 H1.HeaderClassName
 {
   color: #9C9BC6;
 }
 .AnyTagClassName
 {
   color: #9C9BC6;
 }
</style>
background-color css

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

 a { background-color: rgb(156,155,198); }

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

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

 span { border-color: rgb(156,155,198); }

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