#9896DE

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

Shades of Blue Bell #9896DE

Tints of Blue Bell #9896DE

Color information

#9896DE (or 0x9896DE) is unknown color: approx Blue Bell. HEX triplet: 98, 96 and DE. RGB value is (152,150,222). Sum of RGB (Red+Green+Blue) = 152+150+222=524 (69% of max value = 765). Red value is 152 (59.77% from 255 or 29.01% from 524); Green value is 150 (58.98% from 255 or 28.63% from 524); Blue value is 222 (87.11% from 255 or 42.37% from 524); Max value from RGB is 222 - color contains mainly: blue. Hex color #9896DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9896DE is #676921. Grayscale: #9E9E9E. Windows color (decimal): -6777122 or 14587544. OLE color: 14587544.

HSL color Cylindrical-coordinate representation of color #9896DE: hue angle of 241.67º degrees, saturation: 0.52, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9896DE is Cyan = 0.32, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB152150222-
CMYK0.320.3200.13
HSL241.67º52.17%72.94%-
HSV(B)241.67º32.43%87.06%-
XYZ37.0433.7673.67-
YUV158.81163.66123.15-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.01%
GREEN value IS 150 (58.98% from 255) = 28.63%
BLUE value IS 222 (87.11% from 255) = 42.37%
R=29.01%
G=28.63%
B=42.37%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1521502220.320.3200.13241.6752.1772.94
Hex9896DE20200Df23449
Octal230226336404001536264111
Binary10011000100101101101111010000010000001101111100101101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9896DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9896DE; }

 p { color: rgb(152,150,222); }

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

<style>
 a { background-color: #9896DE; }

 a { background-color: rgb(152,150,222); }

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

<style>
 span { border-color: #9896DE; }

 span { border-color: rgb(152,150,222); }

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