#9696CB

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

Shades of Blue Bell #9696CB

Tints of Blue Bell #9696CB

Color information

#9696CB (or 0x9696CB) is unknown color: approx Blue Bell. HEX triplet: 96, 96 and CB. RGB value is (150,150,203). Sum of RGB (Red+Green+Blue) = 150+150+203=503 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.82% from 503); Green value is 150 (58.98% from 255 or 29.82% from 503); Blue value is 203 (79.69% from 255 or 40.36% from 503); Max value from RGB is 203 - color contains mainly: blue. Hex color #9696CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9696CB is #696934. Grayscale: #9B9B9B. Windows color (decimal): -6908213 or 13342358. OLE color: 13342358.

HSL color Cylindrical-coordinate representation of color #9696CB: hue angle of 240º 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 #9696CB is Cyan = 0.26, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB150150203-
CMYK0.260.2600.20
HSL240º33.76%69.22%-
HSV(B)240º26.11%79.61%-
XYZ34.2632.6160.99-
YUV156.04154.5123.69-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.82%
GREEN value IS 150 (58.98% from 255) = 29.82%
BLUE value IS 203 (79.69% from 255) = 40.36%
R=29.82%
G=29.82%
B=40.36%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1501502030.260.2600.2024033.7669.22
Hex9696CB1A1A014f02245
Octal226226313323202436042105
Binary1001011010010110110010111101011010010100111100001000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9696CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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