#9296BE

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

Shades of Blue Bell #9296BE

Tints of Blue Bell #9296BE

Color information

#9296BE (or 0x9296BE) is unknown color: approx Blue Bell. HEX triplet: 92, 96 and BE. RGB value is (146,150,190). Sum of RGB (Red+Green+Blue) = 146+150+190=486 (64% of max value = 765). Red value is 146 (57.42% from 255 or 30.04% from 486); Green value is 150 (58.98% from 255 or 30.86% from 486); Blue value is 190 (74.61% from 255 or 39.09% from 486); Max value from RGB is 190 - color contains mainly: blue. Hex color #9296BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9296BE is #6D6941. Grayscale: #999999. Windows color (decimal): -7170370 or 12490386. OLE color: 12490386.

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

Color convert

RGB146150190-
CMYK0.230.2100.25
HSL234.55º25.29%65.88%-
HSV(B)234.55º23.16%74.51%-
XYZ32.0531.6453.13-
YUV153.36148.67122.75-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.04%
GREEN value IS 150 (58.98% from 255) = 30.86%
BLUE value IS 190 (74.61% from 255) = 39.09%
R=30.04%
G=30.86%
B=39.09%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1461501900.230.2100.25234.5525.2965.88
Hex9296BE1715019eb1942
Octal222226276272503135331102
Binary100100101001011010111110101111010101100111101011110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9296BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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