#9196BE

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

Shades of Blue Bell #9196BE

Tints of Blue Bell #9196BE

Color information

#9196BE (or 0x9196BE) is unknown color: approx Blue Bell. HEX triplet: 91, 96 and BE. RGB value is (145,150,190). Sum of RGB (Red+Green+Blue) = 145+150+190=485 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.90% from 485); Green value is 150 (58.98% from 255 or 30.93% from 485); Blue value is 190 (74.61% from 255 or 39.18% from 485); Max value from RGB is 190 - color contains mainly: blue. Hex color #9196BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9196BE is #6E6941. Grayscale: #989898. Windows color (decimal): -7235906 or 12490385. OLE color: 12490385.

HSL color Cylindrical-coordinate representation of color #9196BE: hue angle of 233.33º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9196BE is Cyan = 0.24, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB145150190-
CMYK0.240.2100.25
HSL233.33º25.71%65.69%-
HSV(B)233.33º23.68%74.51%-
XYZ31.8831.5553.12-
YUV153.06148.84122.25-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 29.90%
GREEN value IS 150 (58.98% from 255) = 30.93%
BLUE value IS 190 (74.61% from 255) = 39.18%
R=29.90%
G=30.93%
B=39.18%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1451501900.240.2100.25233.3325.7165.69
Hex9196BE1815019e91a42
Octal221226276302503135132102
Binary100100011001011010111110110001010101100111101001110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9196BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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