#9196BD

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

Shades of Blue Bell #9196BD

Tints of Blue Bell #9196BD

Color information

#9196BD (or 0x9196BD) is unknown color: approx Blue Bell. HEX triplet: 91, 96 and BD. RGB value is (145,150,189). Sum of RGB (Red+Green+Blue) = 145+150+189=484 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.96% from 484); Green value is 150 (58.98% from 255 or 30.99% from 484); Blue value is 189 (74.22% from 255 or 39.05% from 484); Max value from RGB is 189 - color contains mainly: blue. Hex color #9196BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9196BD is #6E6942. Grayscale: #989898. Windows color (decimal): -7235907 or 12424849. OLE color: 12424849.

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

Color convert

RGB145150189-
CMYK0.230.2100.26
HSL233.18º25%65.49%-
HSV(B)233.18º23.28%74.12%-
XYZ31.7731.5152.55-
YUV152.95148.34122.33-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 29.96%
GREEN value IS 150 (58.98% from 255) = 30.99%
BLUE value IS 189 (74.22% from 255) = 39.05%
R=29.96%
G=30.99%
B=39.05%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1451501890.230.2100.26233.182565.49
Hex9196BD171501Ae91941
Octal221226275272503235131101
Binary100100011001011010111101101111010101101011101001110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9196BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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