#9196CB

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

Shades of Blue Bell #9196CB

Tints of Blue Bell #9196CB

Color information

#9196CB (or 0x9196CB) is unknown color: approx Blue Bell. HEX triplet: 91, 96 and CB. RGB value is (145,150,203). Sum of RGB (Red+Green+Blue) = 145+150+203=498 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.12% from 498); Green value is 150 (58.98% from 255 or 30.12% from 498); Blue value is 203 (79.69% from 255 or 40.76% from 498); Max value from RGB is 203 - color contains mainly: blue. Hex color #9196CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9196CB is #6E6934. Grayscale: #9A9A9A. Windows color (decimal): -7235893 or 13342353. OLE color: 13342353.

HSL color Cylindrical-coordinate representation of color #9196CB: hue angle of 234.83º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9196CB is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB145150203-
CMYK0.290.2600.20
HSL234.83º35.8%68.24%-
HSV(B)234.83º28.57%79.61%-
XYZ33.3632.1460.95-
YUV154.55155.34121.19-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 29.12%
GREEN value IS 150 (58.98% from 255) = 30.12%
BLUE value IS 203 (79.69% from 255) = 40.76%
R=29.12%
G=30.12%
B=40.76%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1451502030.290.2600.20234.8335.868.24
Hex9196CB1D1A014eb2444
Octal221226313353202435344104
Binary1001000110010110110010111110111010010100111010111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9196CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9196CB; }

 p { color: rgb(145,150,203); }

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

<style>
 a { background-color: #9196CB; }

 a { background-color: rgb(145,150,203); }

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

<style>
 span { border-color: #9196CB; }

 span { border-color: rgb(145,150,203); }

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