#9698BE

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

Shades of Blue Bell #9698BE

Tints of Blue Bell #9698BE

Color information

#9698BE (or 0x9698BE) is unknown color: approx Blue Bell. HEX triplet: 96, 98 and BE. RGB value is (150,152,190). Sum of RGB (Red+Green+Blue) = 150+152+190=492 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.49% from 492); Green value is 152 (59.77% from 255 or 30.89% from 492); Blue value is 190 (74.61% from 255 or 38.62% from 492); Max value from RGB is 190 - color contains mainly: blue. Hex color #9698BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9698BE is #696741. Grayscale: #9B9B9B. Windows color (decimal): -6907714 or 12490902. OLE color: 12490902.

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

Color convert

RGB150152190-
CMYK0.210.200.25
HSL237º23.53%66.67%-
HSV(B)237º21.05%74.51%-
XYZ33.132.6653.27-
YUV155.73147.34123.91-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.49%
GREEN value IS 152 (59.77% from 255) = 30.89%
BLUE value IS 190 (74.61% from 255) = 38.62%
R=30.49%
G=30.89%
B=38.62%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1501521900.210.200.2523723.5366.67
Hex9698BE1514019ed1843
Octal226230276252403135530103
Binary100101101001100010111110101011010001100111101101110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9698BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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