#9C9BCB

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

Shades of Blue Bell #9C9BCB

Tints of Blue Bell #9C9BCB

Color information

#9C9BCB (or 0x9C9BCB) is unknown color: approx Blue Bell. HEX triplet: 9C, 9B and CB. RGB value is (156,155,203). Sum of RGB (Red+Green+Blue) = 156+155+203=514 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.35% from 514); Green value is 155 (60.94% from 255 or 30.16% from 514); Blue value is 203 (79.69% from 255 or 39.49% from 514); Max value from RGB is 203 - color contains mainly: blue. Hex color #9C9BCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C9BCB is #636434. Grayscale: #A0A0A0. Windows color (decimal): -6513717 or 13343644. OLE color: 13343644.

HSL color Cylindrical-coordinate representation of color #9C9BCB: hue angle of 241.25º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9C9BCB is Cyan = 0.23, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB156155203-
CMYK0.230.2400.20
HSL241.25º31.58%70.2%-
HSV(B)241.25º23.65%79.61%-
XYZ36.2134.8261.31-
YUV160.77151.83124.6-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.35%
GREEN value IS 155 (60.94% from 255) = 30.16%
BLUE value IS 203 (79.69% from 255) = 39.49%
R=30.35%
G=30.16%
B=39.49%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1561552030.230.2400.20241.2531.5870.2
Hex9C9BCB1718014f12046
Octal234233313273002436140106
Binary1001110010011011110010111011111000010100111100011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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