#9596BE

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

Shades of Blue Bell #9596BE

Tints of Blue Bell #9596BE

Color information

#9596BE (or 0x9596BE) is unknown color: approx Blue Bell. HEX triplet: 95, 96 and BE. RGB value is (149,150,190). Sum of RGB (Red+Green+Blue) = 149+150+190=489 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.47% from 489); Green value is 150 (58.98% from 255 or 30.67% from 489); Blue value is 190 (74.61% from 255 or 38.85% from 489); Max value from RGB is 190 - color contains mainly: blue. Hex color #9596BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9596BE is #6A6941. Grayscale: #9A9A9A. Windows color (decimal): -6973762 or 12490389. OLE color: 12490389.

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

Color convert

RGB149150190-
CMYK0.220.2100.25
HSL238.54º23.98%66.47%-
HSV(B)238.54º21.58%74.51%-
XYZ32.631.9253.16-
YUV154.26148.17124.25-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.47%
GREEN value IS 150 (58.98% from 255) = 30.67%
BLUE value IS 190 (74.61% from 255) = 38.85%
R=30.47%
G=30.67%
B=38.85%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1491501900.220.2100.25238.5423.9866.47
Hex9596BE1615019ef1842
Octal225226276262503135730102
Binary100101011001011010111110101101010101100111101111110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9596BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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