#9197BC

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

Shades of Blue Bell #9197BC

Tints of Blue Bell #9197BC

Color information

#9197BC (or 0x9197BC) is unknown color: approx Blue Bell. HEX triplet: 91, 97 and BC. RGB value is (145,151,188). Sum of RGB (Red+Green+Blue) = 145+151+188=484 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.96% from 484); Green value is 151 (59.38% from 255 or 31.20% from 484); Blue value is 188 (73.83% from 255 or 38.84% from 484); Max value from RGB is 188 - color contains mainly: blue. Hex color #9197BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9197BC is #6E6843. Grayscale: #999999. Windows color (decimal): -7235652 or 12359569. OLE color: 12359569.

HSL color Cylindrical-coordinate representation of color #9197BC: hue angle of 231.63º degrees, saturation: 0.24, 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 #9197BC is Cyan = 0.23, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB145151188-
CMYK0.230.2000.26
HSL231.63º24.29%65.29%-
HSV(B)231.63º22.87%73.73%-
XYZ31.8231.7852.03-
YUV153.42147.51121.99-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 29.96%
GREEN value IS 151 (59.38% from 255) = 31.20%
BLUE value IS 188 (73.83% from 255) = 38.84%
R=29.96%
G=31.20%
B=38.84%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1451511880.230.2000.26231.6324.2965.29
Hex9197BC171401Ae81841
Octal221227274272403235030101
Binary100100011001011110111100101111010001101011101000110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9197BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9197BC; }

 p { color: rgb(145,151,188); }

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

<style>
 a { background-color: #9197BC; }

 a { background-color: rgb(145,151,188); }

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

<style>
 span { border-color: #9197BC; }

 span { border-color: rgb(145,151,188); }

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