#9698CB

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

Shades of Blue Bell #9698CB

Tints of Blue Bell #9698CB

Color information

#9698CB (or 0x9698CB) is unknown color: approx Blue Bell. HEX triplet: 96, 98 and CB. RGB value is (150,152,203). Sum of RGB (Red+Green+Blue) = 150+152+203=505 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.70% from 505); Green value is 152 (59.77% from 255 or 30.10% from 505); Blue value is 203 (79.69% from 255 or 40.20% from 505); Max value from RGB is 203 - color contains mainly: blue. Hex color #9698CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9698CB is #696734. Grayscale: #9D9D9D. Windows color (decimal): -6907701 or 13342870. OLE color: 13342870.

HSL color Cylindrical-coordinate representation of color #9698CB: hue angle of 237.74º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9698CB is Cyan = 0.26, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB150152203-
CMYK0.260.2500.20
HSL237.74º33.76%69.22%-
HSV(B)237.74º26.11%79.61%-
XYZ34.5933.2561.1-
YUV157.22153.84122.85-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.70%
GREEN value IS 152 (59.77% from 255) = 30.10%
BLUE value IS 203 (79.69% from 255) = 40.20%
R=29.70%
G=30.10%
B=40.20%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1501522030.260.2500.20237.7433.7669.22
Hex9698CB1A19014ee2245
Octal226230313323102435642105
Binary1001011010011000110010111101011001010100111011101000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9698CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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