#9296BD

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

Shades of Blue Bell #9296BD

Tints of Blue Bell #9296BD

Color information

#9296BD (or 0x9296BD) is unknown color: approx Blue Bell. HEX triplet: 92, 96 and BD. RGB value is (146,150,189). Sum of RGB (Red+Green+Blue) = 146+150+189=485 (64% of max value = 765). Red value is 146 (57.42% from 255 or 30.10% from 485); Green value is 150 (58.98% from 255 or 30.93% from 485); Blue value is 189 (74.22% from 255 or 38.97% from 485); Max value from RGB is 189 - color contains mainly: blue. Hex color #9296BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9296BD is #6D6942. Grayscale: #999999. Windows color (decimal): -7170371 or 12424850. OLE color: 12424850.

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

Color convert

RGB146150189-
CMYK0.230.2100.26
HSL234.42º24.57%65.69%-
HSV(B)234.42º22.75%74.12%-
XYZ31.9531.652.56-
YUV153.25148.17122.83-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.10%
GREEN value IS 150 (58.98% from 255) = 30.93%
BLUE value IS 189 (74.22% from 255) = 38.97%
R=30.10%
G=30.93%
B=38.97%

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
Decimal1461501890.230.2100.26234.4224.5765.69
Hex9296BD171501Aea1942
Octal222226275272503235231102
Binary100100101001011010111101101111010101101011101010110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9296BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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