#9897C2

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

Shades of Blue Bell #9897C2

Tints of Blue Bell #9897C2

Color information

#9897C2 (or 0x9897C2) is unknown color: approx Blue Bell. HEX triplet: 98, 97 and C2. RGB value is (152,151,194). Sum of RGB (Red+Green+Blue) = 152+151+194=497 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.58% from 497); Green value is 151 (59.38% from 255 or 30.38% from 497); Blue value is 194 (76.17% from 255 or 39.03% from 497); Max value from RGB is 194 - color contains mainly: blue. Hex color #9897C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9897C2 is #67683D. Grayscale: #9C9C9C. Windows color (decimal): -6776894 or 12752792. OLE color: 12752792.

HSL color Cylindrical-coordinate representation of color #9897C2: hue angle of 241.4º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9897C2 is Cyan = 0.22, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB152151194-
CMYK0.220.2200.24
HSL241.4º26.06%67.65%-
HSV(B)241.4º22.16%76.08%-
XYZ33.7532.755.57-
YUV156.2149.33125-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.58%
GREEN value IS 151 (59.38% from 255) = 30.38%
BLUE value IS 194 (76.17% from 255) = 39.03%
R=30.58%
G=30.38%
B=39.03%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1521511940.220.2200.24241.426.0667.65
Hex9897C21616018f11a44
Octal230227302262603036132104
Binary100110001001011111000010101101011001100011110001110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9897C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9897C2; }

 p { color: rgb(152,151,194); }

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

<style>
 a { background-color: #9897C2; }

 a { background-color: rgb(152,151,194); }

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

<style>
 span { border-color: #9897C2; }

 span { border-color: rgb(152,151,194); }

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