#9196BF

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

Shades of Blue Bell #9196BF

Tints of Blue Bell #9196BF

Color information

#9196BF (or 0x9196BF) is unknown color: approx Blue Bell. HEX triplet: 91, 96 and BF. RGB value is (145,150,191). Sum of RGB (Red+Green+Blue) = 145+150+191=486 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.84% from 486); Green value is 150 (58.98% from 255 or 30.86% from 486); Blue value is 191 (75% from 255 or 39.30% from 486); Max value from RGB is 191 - color contains mainly: blue. Hex color #9196BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9196BF is #6E6940. Grayscale: #999999. Windows color (decimal): -7235905 or 12555921. OLE color: 12555921.

HSL color Cylindrical-coordinate representation of color #9196BF: hue angle of 233.48º 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 #9196BF is Cyan = 0.24, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB145150191-
CMYK0.240.2100.25
HSL233.48º26.44%65.88%-
HSV(B)233.48º24.08%74.9%-
XYZ31.9931.5953.7-
YUV153.18149.34122.17-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 29.84%
GREEN value IS 150 (58.98% from 255) = 30.86%
BLUE value IS 191 (75% from 255) = 39.30%
R=29.84%
G=30.86%
B=39.30%

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
Decimal1451501910.240.2100.25233.4826.4465.88
Hex9196BF1815019e91a42
Octal221226277302503135132102
Binary100100011001011010111111110001010101100111101001110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9196BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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